Searched refs:mrp_application (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/net/ |
| D | mrp.h | 108 struct mrp_application { struct 117 struct mrp_application *app; argument 134 int mrp_register_application(struct mrp_application *app); 135 void mrp_unregister_application(struct mrp_application *app); 137 int mrp_init_applicant(struct net_device *dev, struct mrp_application *app); 138 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *app); 141 const struct mrp_application *app, 144 const struct mrp_application *app,
|
| /Linux-v6.1/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() 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-v6.1/net/8021q/ |
| D | vlan_mvrp.c | 25 static struct mrp_application vlan_mrp_app __read_mostly = {
|