Searched refs:stp_proto (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/802/ |
A D | stp.c | 22 static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly; 23 static const struct stp_proto __rcu *stp_proto __read_mostly; 35 const struct stp_proto *proto; in stp_pdu_rcv() 49 proto = rcu_dereference(stp_proto); in stp_pdu_rcv() 62 int stp_proto_register(const struct stp_proto *proto) in stp_proto_register() 75 rcu_assign_pointer(stp_proto, proto); in stp_proto_register() 85 void stp_proto_unregister(const struct stp_proto *proto) in stp_proto_unregister() 89 RCU_INIT_POINTER(stp_proto, NULL); in stp_proto_unregister()
|
A D | garp.c | 511 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb, in garp_pdu_rcv()
|
/linux-6.3-rc2/include/net/ |
A D | stp.h | 7 struct stp_proto { struct 9 void (*rcv)(const struct stp_proto *, struct sk_buff *, argument 14 int stp_proto_register(const struct stp_proto *proto); argument 15 void stp_proto_unregister(const struct stp_proto *proto);
|
A D | garp.h | 98 struct stp_proto proto;
|
/linux-6.3-rc2/net/bridge/ |
A D | br_stp_bpdu.c | 147 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, in br_stp_rcv()
|
A D | br.c | 373 static const struct stp_proto br_stp_proto = {
|
A D | br_private.h | 1923 struct stp_proto; 1924 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb,
|
Completed in 23 milliseconds