Home
last modified time | relevance | path

Searched refs:garp_application (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/net/
Dgarp.h93 struct garp_application { struct
100 struct garp_application *app; argument
116 int garp_register_application(struct garp_application *app);
117 void garp_unregister_application(struct garp_application *app);
119 int garp_init_applicant(struct net_device *dev, struct garp_application *app);
121 struct garp_application *app);
124 const struct garp_application *app, const void *data,
127 const struct garp_application *app,
/Linux-v5.4/net/802/
Dgarp.c342 const struct garp_application *appl, in garp_request_join()
362 const struct garp_application *appl, in garp_request_leave()
501 struct garp_application *appl = proto->data; in garp_pdu_rcv()
556 int garp_init_applicant(struct net_device *dev, struct garp_application *appl) in garp_init_applicant()
597 void garp_uninit_applicant(struct net_device *dev, struct garp_application *appl) in garp_uninit_applicant()
623 int garp_register_application(struct garp_application *appl) in garp_register_application()
631 void garp_unregister_application(struct garp_application *appl) in garp_unregister_application()
/Linux-v5.4/net/8021q/
Dvlan_gvrp.c21 static struct garp_application vlan_gvrp_app __read_mostly = {