Searched defs:appl (Results 1 – 2 of 2) sorted by relevance
| /linux/net/802/ |
| H A D | garp.c | 356 const struct garp_application *appl, in garp_request_join() argument 376 const struct garp_application *appl, in garp_request_leave() argument 515 struct garp_application *appl = proto->data; garp_pdu_rcv() local 570 garp_init_applicant(struct net_device * dev,struct garp_application * appl) garp_init_applicant() argument 611 garp_uninit_applicant(struct net_device * dev,struct garp_application * appl) garp_uninit_applicant() argument 638 garp_register_application(struct garp_application * appl) garp_register_application() argument 646 garp_unregister_application(struct garp_application * appl) garp_unregister_application() argument [all...] |
| H A D | mrp.c | 531 const struct mrp_application *appl, in mrp_request_join() 556 const struct mrp_application *appl, in mrp_request_leave() 796 struct mrp_application *appl = container_of(pt, struct mrp_application, in mrp_rcv() local 864 int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_init_applicant() 908 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_uninit_applicant() 941 int mrp_register_application(struct mrp_application *appl) in mrp_register_application() 949 void mrp_unregister_application(struct mrp_application *appl) in mrp_unregister_application()
|