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.c556 sk->sk_protocol = PX_PROTO_OE; in pppoe_create()
629 if (sp->sa_protocol != PX_PROTO_OE) in pppoe_connect()
730 sp.sa_protocol = PX_PROTO_OE; in pppoe_getname()
808 po->pppoe_relay.sa_protocol != PX_PROTO_OE) in pppoe_ioctl()
1191 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()
1214 unregister_pppox_proto(PX_PROTO_OE); in pppoe_exit()
1225 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