Searched refs:mrp_application (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
H A Dmrp.h103 struct mrp_application { struct
112 struct mrp_application *app;
129 int mrp_register_application(struct mrp_application *app);
130 void mrp_unregister_application(struct mrp_application *app);
132 int mrp_init_applicant(struct net_device *dev, struct mrp_application *app);
133 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *app);
136 const struct mrp_application *app,
139 const struct mrp_application *app,
/linux-4.1.27/net/8021q/
H A Dvlan_mvrp.c28 static struct mrp_application vlan_mrp_app __read_mostly = {
/linux-4.1.27/net/802/
H A Dmrp.c521 const struct mrp_application *appl, mrp_request_join()
546 const struct mrp_application *appl, mrp_request_leave()
773 struct mrp_application *appl = container_of(pt, struct mrp_application, mrp_rcv()
841 int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) mrp_init_applicant()
885 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) mrp_uninit_applicant()
914 int mrp_register_application(struct mrp_application *appl) mrp_register_application()
922 void mrp_unregister_application(struct mrp_application *appl) mrp_unregister_application()

Completed in 75 milliseconds