Searched refs:CAN_NPROTO (Results 1 – 4 of 4) sorted by relevance
160 #define CAN_NPROTO 7 macro
161 #define CAN_NPROTO 8 macro
82 static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;123 if (protocol < 0 || protocol >= CAN_NPROTO) in can_create()747 if (proto < 0 || proto >= CAN_NPROTO) { in can_proto_register()