Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dpppoe.c553 sk->sk_protocol = PX_PROTO_OE; in pppoe_create()
627 if (sp->sa_protocol != PX_PROTO_OE) in pppoe_connect()
727 sp.sa_protocol = PX_PROTO_OE; in pppoe_getname()
805 po->pppoe_relay.sa_protocol != PX_PROTO_OE) in pppoe_ioctl()
1187 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()
1210 unregister_pppox_proto(PX_PROTO_OE); in pppoe_exit()
1221 MODULE_ALIAS_NET_PF_PROTO(PF_PPPOX, PX_PROTO_OE);
/linux/include/uapi/linux/
H A Dif_pppox.h60 #define PX_PROTO_OE 0 /* Currently just PPPoE */ macro