can_proto          54 include/linux/can/core.h extern int  can_proto_register(const struct can_proto *cp);
can_proto          55 include/linux/can/core.h extern void can_proto_unregister(const struct can_proto *cp);
can_proto          82 net/can/af_can.c static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;
can_proto          96 net/can/af_can.c static const struct can_proto *can_get_proto(int protocol)
can_proto          98 net/can/af_can.c 	const struct can_proto *cp;
can_proto         109 net/can/af_can.c static inline void can_put_proto(const struct can_proto *cp)
can_proto         118 net/can/af_can.c 	const struct can_proto *cp;
can_proto         719 net/can/af_can.c int can_proto_register(const struct can_proto *cp)
can_proto         755 net/can/af_can.c void can_proto_unregister(const struct can_proto *cp)
can_proto        1666 net/can/bcm.c  static const struct can_proto bcm_can_proto = {
can_proto         336 net/can/j1939/j1939-priv.h extern const struct can_proto j1939_can_proto;
can_proto        1218 net/can/j1939/socket.c const struct can_proto j1939_can_proto = {
can_proto         873 net/can/raw.c  static const struct can_proto raw_can_proto = {