Searched refs:stp_proto (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/
H A Dstp.h7 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 Dgarp.h98 struct stp_proto proto;
/linux-master/net/802/
H A Dstp.c22 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;
49 proto = rcu_dereference(stp_proto);
62 int stp_proto_register(const struct stp_proto *proto)
75 rcu_assign_pointer(stp_proto, proto);
85 void stp_proto_unregister(const struct stp_proto *proto)
89 RCU_INIT_POINTER(stp_proto, NULL);
H A Dgarp.c512 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb,
/linux-master/net/bridge/
H A Dbr_stp_bpdu.c147 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb,
H A Dbr.c376 static const struct stp_proto br_stp_proto = {
H A Dbr_private.h1993 struct stp_proto;
1994 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb,

Completed in 164 milliseconds