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

/linux-master/include/uapi/linux/
H A Dcan.h236 #define CAN_NPROTO 8 macro
/linux-master/net/can/
H A Daf_can.c82 static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;
123 if (protocol < 0 || protocol >= CAN_NPROTO)
738 if (proto < 0 || proto >= CAN_NPROTO) {

Completed in 234 milliseconds