Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dcan.h231 #define CAN_NPROTO 8 macro
/Linux-v6.1/net/can/
Daf_can.c82 static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;
123 if (protocol < 0 || protocol >= CAN_NPROTO) in can_create()
739 if (proto < 0 || proto >= CAN_NPROTO) { in can_proto_register()