Searched refs:stp_proto (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/802/ |
D | stp.c | 25 static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly; 26 static const struct stp_proto __rcu *stp_proto __read_mostly; 38 const struct stp_proto *proto; in stp_pdu_rcv() 52 proto = rcu_dereference(stp_proto); in stp_pdu_rcv() 65 int stp_proto_register(const struct stp_proto *proto) in stp_proto_register() 78 rcu_assign_pointer(stp_proto, proto); in stp_proto_register() 88 void stp_proto_unregister(const struct stp_proto *proto) in stp_proto_unregister() 92 RCU_INIT_POINTER(stp_proto, NULL); in stp_proto_unregister()
|
D | garp.c | 501 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb, in garp_pdu_rcv()
|
/linux-4.4.14/include/net/ |
D | stp.h | 4 struct stp_proto { struct 6 void (*rcv)(const struct stp_proto *, struct sk_buff *, argument 11 int stp_proto_register(const struct stp_proto *proto); argument 12 void stp_proto_unregister(const struct stp_proto *proto);
|
D | garp.h | 95 struct stp_proto proto;
|
/linux-4.4.14/net/bridge/ |
D | br.c | 184 static const struct stp_proto br_stp_proto = {
|
D | br_stp_bpdu.c | 147 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, in br_stp_rcv()
|
D | br_private.h | 927 struct stp_proto; 928 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb,
|