Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A 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-6.15/net/l2tp/
H A Dl2tp_ppp.c553 if (sa_v2in4->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
569 if (sa_v3in4->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
585 if (sa_v2in6->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
601 if (sa_v3in6->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
922 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
940 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
958 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
977 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
/linux-6.15/drivers/net/ppp/
H A Dpppoe.c627 if (sp->sa_protocol != PX_PROTO_OE) in pppoe_connect()
728 sp.sa_protocol = PX_PROTO_OE; in pppoe_getname()
806 po->pppoe_relay.sa_protocol != PX_PROTO_OE) in pppoe_ioctl()
H A Dpptp.c428 if (sp->sa_protocol != PX_PROTO_PPTP) in pptp_connect()
492 sp.sa_protocol = PX_PROTO_PPTP; in pptp_getname()
/linux-6.15/Documentation/networking/
H A Dl2tp.rst403 sax.sa_protocol = PX_PROTO_OL2TP;