Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ppp/
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()
1192 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()
1215 unregister_pppox_proto(PX_PROTO_OE); in pppoe_exit()
1226 MODULE_ALIAS_NET_PF_PROTO(PF_PPPOX, PX_PROTO_OE);
/linux-5.19.10/include/uapi/linux/
Dif_pppox.h60 #define PX_PROTO_OE 0 /* Currently just PPPoE */ macro