Home
last modified time | relevance | path

Searched refs:CAN_NPROTO (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dcan.h160 #define CAN_NPROTO 7 macro
/Linux-v4.19/net/can/
Daf_can.c81 static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;
137 if (protocol < 0 || protocol >= CAN_NPROTO) in can_create()
772 if (proto < 0 || proto >= CAN_NPROTO) { in can_proto_register()