can_proto
extern int can_proto_register(const struct can_proto *cp);
extern void can_proto_unregister(const struct can_proto *cp);
static inline void can_put_proto(const struct can_proto *cp)
const struct can_proto *cp;
int can_proto_register(const struct can_proto *cp)
void can_proto_unregister(const struct can_proto *cp)
static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;
static const struct can_proto *can_get_proto(int protocol)
const struct can_proto *cp;
static const struct can_proto bcm_can_proto = {
static const struct can_proto isotp_can_proto = {
extern const struct can_proto j1939_can_proto;
const struct can_proto j1939_can_proto = {
static const struct can_proto raw_can_proto = {