Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dmrp.h104 struct mrp_application { struct
113 struct mrp_application *app; argument
130 int mrp_register_application(struct mrp_application *app);
131 void mrp_unregister_application(struct mrp_application *app);
133 int mrp_init_applicant(struct net_device *dev, struct mrp_application *app);
134 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *app);
137 const struct mrp_application *app,
140 const struct mrp_application *app,
/linux-5.19.10/net/802/
Dmrp.c530 const struct mrp_application *appl, in mrp_request_join()
555 const struct mrp_application *appl, in mrp_request_leave()
782 struct mrp_application *appl = container_of(pt, struct mrp_application, in mrp_rcv()
850 int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_init_applicant()
893 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_uninit_applicant()
923 int mrp_register_application(struct mrp_application *appl) in mrp_register_application()
931 void mrp_unregister_application(struct mrp_application *appl) in mrp_unregister_application()
/linux-5.19.10/net/8021q/
Dvlan_mvrp.c25 static struct mrp_application vlan_mrp_app __read_mostly = {