Searched refs:stp_proto (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/include/net/ |
H A D | stp.h | 4 struct stp_proto { struct 6 void (*rcv)(const struct stp_proto *, struct sk_buff *, 11 int stp_proto_register(const struct stp_proto *proto); 12 void stp_proto_unregister(const struct stp_proto *proto);
|
H A D | garp.h | 95 struct stp_proto proto;
|
/linux-4.1.27/net/802/ |
H A 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; stp_pdu_rcv() 52 proto = rcu_dereference(stp_proto); stp_pdu_rcv() 65 int stp_proto_register(const struct stp_proto *proto) stp_proto_register() 78 rcu_assign_pointer(stp_proto, proto); stp_proto_register() 88 void stp_proto_unregister(const struct stp_proto *proto) stp_proto_unregister() 92 RCU_INIT_POINTER(stp_proto, NULL); stp_proto_unregister()
|
H A D | garp.c | 501 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb, garp_pdu_rcv()
|
/linux-4.1.27/net/bridge/ |
H A D | br.c | 184 static const struct stp_proto br_stp_proto = {
|
H A D | br_stp_bpdu.c | 141 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, br_stp_rcv()
|
H A D | br_private.h | 809 struct stp_proto; br_nf_core_fini() 810 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, br_nf_core_fini()
|
Completed in 221 milliseconds