Home
last modified time | relevance | path

Searched refs:sa_protocol (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dif_pppox.h67 unsigned int sa_protocol; /* protocol identifier */ member
81 unsigned int sa_protocol; /* protocol identifier */ member
87 unsigned int sa_protocol; /* protocol identifier */ member
96 unsigned int sa_protocol; /* protocol identifier */ member
102 unsigned int sa_protocol; /* protocol identifier */ member
/linux-5.19.10/net/l2tp/
Dl2tp_ppp.c570 if (sa_v2in4->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
586 if (sa_v3in4->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
602 if (sa_v2in6->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
618 if (sa_v3in6->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
925 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
943 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
961 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
980 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
/linux-5.19.10/drivers/net/ppp/
Dpppoe.c627 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()
Dpptp.c414 if (sp->sa_protocol != PX_PROTO_PPTP) in pptp_connect()
482 sp.sa_protocol = PX_PROTO_PPTP; in pptp_getname()
/linux-5.19.10/Documentation/networking/
Dl2tp.rst396 sax.sa_protocol = PX_PROTO_OL2TP;