Searched refs:garp_application (Results 1 – 3 of 3) sorted by relevance
92 struct garp_application { struct99 struct garp_application *app; argument115 int garp_register_application(struct garp_application *app);116 void garp_unregister_application(struct garp_application *app);118 int garp_init_applicant(struct net_device *dev, struct garp_application *app);120 struct garp_application *app);123 const struct garp_application *app, const void *data,126 const struct garp_application *app,
345 const struct garp_application *appl, in garp_request_join()365 const struct garp_application *appl, in garp_request_leave()504 struct garp_application *appl = proto->data; in garp_pdu_rcv()559 int garp_init_applicant(struct net_device *dev, struct garp_application *appl) in garp_init_applicant()600 void garp_uninit_applicant(struct net_device *dev, struct garp_application *appl) in garp_uninit_applicant()626 int garp_register_application(struct garp_application *appl) in garp_register_application()634 void garp_unregister_application(struct garp_application *appl) in garp_unregister_application()
24 static struct garp_application vlan_gvrp_app __read_mostly = {