Searched refs:mrp_application (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | mrp.h | 104 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-v5.4/net/802/ |
| D | mrp.c | 517 const struct mrp_application *appl, in mrp_request_join() 542 const struct mrp_application *appl, in mrp_request_leave() 769 struct mrp_application *appl = container_of(pt, struct mrp_application, in mrp_rcv() 837 int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_init_applicant() 880 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_uninit_applicant() 909 int mrp_register_application(struct mrp_application *appl) in mrp_register_application() 917 void mrp_unregister_application(struct mrp_application *appl) in mrp_unregister_application()
|
| /Linux-v5.4/net/8021q/ |
| D | vlan_mvrp.c | 25 static struct mrp_application vlan_mrp_app __read_mostly = {
|