CAN_NPROTO         87 net/can/af_can.c static struct can_proto *proto_tab[CAN_NPROTO] __read_mostly;
CAN_NPROTO        125 net/can/af_can.c 	if (protocol < 0 || protocol >= CAN_NPROTO)
CAN_NPROTO        671 net/can/af_can.c 	if (proto < 0 || proto >= CAN_NPROTO) {