Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ppp/
A Dpppox.c35 static const struct pppox_proto *pppox_protos[PX_MAX_PROTO + 1];
39 if (proto_num < 0 || proto_num > PX_MAX_PROTO) in register_pppox_proto()
49 if (proto_num >= 0 && proto_num <= PX_MAX_PROTO) in unregister_pppox_proto()
119 if (protocol < 0 || protocol > PX_MAX_PROTO) in pppox_create()
/linux-6.3-rc2/include/uapi/linux/
A Dif_pppox.h63 #define PX_MAX_PROTO 3 macro

Completed in 5 milliseconds