Home
last modified time | relevance | path

Searched refs:stp_proto_register (Results 1 – 4 of 4) sorted by relevance

/linux/net/802/
H A Dstp.c62 int stp_proto_register(const struct stp_proto *proto) in stp_proto_register() function
83 EXPORT_SYMBOL_GPL(stp_proto_register);
H A Dgarp.c642 return stp_proto_register(&appl->proto); in garp_register_application()
/linux/include/net/
H A Dstp.h14 int stp_proto_register(const struct stp_proto *proto);
/linux/net/bridge/
H A Dbr.c431 err = stp_proto_register(&br_stp_proto); in br_init()