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

/linux-4.1.27/include/net/
H A Dstp.h4 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 Dgarp.h95 struct stp_proto proto;
/linux-4.1.27/net/802/
H A Dstp.c25 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 Dgarp.c501 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 Dbr.c184 static const struct stp_proto br_stp_proto = {
H A Dbr_stp_bpdu.c141 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, br_stp_rcv()
H A Dbr_private.h809 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 258 milliseconds