Home
last modified time | relevance | path

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

/openbmc/linux/net/phonet/
H A 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()
/openbmc/linux/include/uapi/linux/
H A Dphonet.h36 #define PHONET_NPROTO 3 macro