Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ppp/
Dpppox.c39 static const struct pppox_proto *pppox_protos[PX_MAX_PROTO + 1];
43 if (proto_num < 0 || proto_num > PX_MAX_PROTO) in register_pppox_proto()
53 if (proto_num >= 0 && proto_num <= PX_MAX_PROTO) in unregister_pppox_proto()
111 if (protocol < 0 || protocol > PX_MAX_PROTO) in pppox_create()
/linux-3.4.99/include/linux/
Dif_pppox.h64 #define PX_MAX_PROTO 3 macro