Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ppp/
Dpppoe.c552 sk->sk_protocol = PX_PROTO_OE; in pppoe_create()
626 if (sp->sa_protocol != PX_PROTO_OE) in pppoe_connect()
726 sp.sa_protocol = PX_PROTO_OE; in pppoe_getname()
804 po->pppoe_relay.sa_protocol != PX_PROTO_OE) in pppoe_ioctl()
1170 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()
1193 unregister_pppox_proto(PX_PROTO_OE); in pppoe_exit()
1204 MODULE_ALIAS_NET_PF_PROTO(PF_PPPOX, PX_PROTO_OE);
/Linux-v5.4/include/uapi/linux/
Dif_pppox.h60 #define PX_PROTO_OE 0 /* Currently just PPPoE */ macro