Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dmrp.h103 struct mrp_application { struct
112 struct mrp_application *app; argument
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/802/
Dmrp.c521 const struct mrp_application *appl, in mrp_request_join()
546 const struct mrp_application *appl, in mrp_request_leave()
773 struct mrp_application *appl = container_of(pt, struct mrp_application, in mrp_rcv()
841 int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_init_applicant()
885 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_uninit_applicant()
914 int mrp_register_application(struct mrp_application *appl) in mrp_register_application()
922 void mrp_unregister_application(struct mrp_application *appl) in mrp_unregister_application()
/linux-4.1.27/net/8021q/
Dvlan_mvrp.c28 static struct mrp_application vlan_mrp_app __read_mostly = {