Searched refs:mrp_application (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/net/ |
D | mrp.h | 108 struct mrp_application { struct 117 struct mrp_application *app; argument 135 int mrp_register_application(struct mrp_application *app); 136 void mrp_unregister_application(struct mrp_application *app); 138 int mrp_init_applicant(struct net_device *dev, struct mrp_application *app); 139 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *app); 142 const struct mrp_application *app, 145 const struct mrp_application *app,
|
/Linux-v6.6/net/802/ |
D | mrp.c | 530 const struct mrp_application *appl, in mrp_request_join() 555 const struct mrp_application *appl, in mrp_request_leave() 786 struct mrp_application *appl = container_of(pt, struct mrp_application, in mrp_rcv() 854 int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_init_applicant() 898 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_uninit_applicant() 931 int mrp_register_application(struct mrp_application *appl) in mrp_register_application() 939 void mrp_unregister_application(struct mrp_application *appl) in mrp_unregister_application()
|
/Linux-v6.6/net/8021q/ |
D | vlan_mvrp.c | 25 static struct mrp_application vlan_mrp_app __read_mostly = {
|