include/net/mrp.h
117
struct mrp_application *app;
include/net/mrp.h
135
int mrp_register_application(struct mrp_application *app);
include/net/mrp.h
136
void mrp_unregister_application(struct mrp_application *app);
include/net/mrp.h
138
int mrp_init_applicant(struct net_device *dev, struct mrp_application *app);
include/net/mrp.h
139
void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *app);
include/net/mrp.h
142
const struct mrp_application *app,
include/net/mrp.h
145
const struct mrp_application *app,
net/802/mrp.c
531
const struct mrp_application *appl,
net/802/mrp.c
556
const struct mrp_application *appl,
net/802/mrp.c
787
struct mrp_application *appl = container_of(pt, struct mrp_application,
net/802/mrp.c
855
int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl)
net/802/mrp.c
899
void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl)
net/802/mrp.c
932
int mrp_register_application(struct mrp_application *appl)
net/802/mrp.c
940
void mrp_unregister_application(struct mrp_application *appl)
net/8021q/vlan_mvrp.c
25
static struct mrp_application vlan_mrp_app __read_mostly = {