stp_proto 95 include/net/garp.h struct stp_proto proto;
stp_proto 6 include/net/stp.h void (*rcv)(const struct stp_proto *, struct sk_buff *,
stp_proto 23 net/802/stp.c static const struct stp_proto *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly;
stp_proto 24 net/802/stp.c static const struct stp_proto *stp_proto __read_mostly;
stp_proto 36 net/802/stp.c const struct stp_proto *proto;
stp_proto 50 net/802/stp.c proto = rcu_dereference(stp_proto);
stp_proto 76 net/802/stp.c rcu_assign_pointer(stp_proto, proto);
stp_proto 90 net/802/stp.c rcu_assign_pointer(stp_proto, NULL);
stp_proto 27 net/bridge/br.c static const struct stp_proto br_stp_proto = {
stp_proto 235 net/bridge/br_private.h struct stp_proto;