Home
last modified time | relevance | path

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

/Linux-v6.1/net/phonet/
Daf_phonet.c25 static const struct phonet_protocol *proto_tab[PHONET_NPROTO] __read_mostly;
31 if (protocol >= PHONET_NPROTO) in phonet_proto_get()
463 if (protocol >= PHONET_NPROTO) in phonet_proto_register()
/Linux-v6.1/include/uapi/linux/
Dphonet.h36 #define PHONET_NPROTO 3 macro