Searched refs:stp_proto (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/802/ |
H 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()
|
H A D | garp.c | 511 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb, in garp_pdu_rcv()
|
/kernel/linux/linux-6.6/net/802/ |
H 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()
|
H A D | garp.c | 511 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb, in garp_pdu_rcv()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | stp.h | 5 struct stp_proto { struct 7 void (*rcv)(const struct stp_proto *, struct sk_buff *, 12 int stp_proto_register(const struct stp_proto *proto); 13 void stp_proto_unregister(const struct stp_proto *proto);
|
H A D | garp.h | 96 struct stp_proto proto;
|
/kernel/linux/linux-6.6/include/net/ |
H A D | stp.h | 7 struct stp_proto { struct 9 void (*rcv)(const struct stp_proto *, struct sk_buff *, 14 int stp_proto_register(const struct stp_proto *proto); 15 void stp_proto_unregister(const struct stp_proto *proto);
|
H A D | garp.h | 98 struct stp_proto proto;
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br.c | 315 static const struct stp_proto br_stp_proto = {
|
H A D | br_stp_bpdu.c | 147 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, in br_stp_rcv()
|
H A D | br_private.h | 1410 struct stp_proto; 1411 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb,
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br.c | 381 static const struct stp_proto br_stp_proto = {
|
H A D | br_stp_bpdu.c | 147 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, in br_stp_rcv()
|
H A D | br_private.h | 1968 struct stp_proto; 1969 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb,
|
Completed in 12 milliseconds