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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcan.h70 #define CAN_NPROTO 7 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Daf_can.c87 static struct can_proto *proto_tab[CAN_NPROTO] __read_mostly;
126 if (protocol < 0 || protocol >= CAN_NPROTO)
686 if (proto < 0 || proto >= CAN_NPROTO) {

Completed in 116 milliseconds