Searched refs:PX_PROTO_OL2TP (Results 1 – 3 of 3) sorted by relevance
485 sk->sk_protocol = PX_PROTO_OL2TP; in pppol2tp_create()543 if (sa_v2in4->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()559 if (sa_v3in4->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()575 if (sa_v2in6->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()591 if (sa_v3in6->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()912 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()930 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()948 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()967 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()1679 err = register_pppox_proto(PX_PROTO_OL2TP, &pppol2tp_proto); in pppol2tp_init()[all …]
61 #define PX_PROTO_OL2TP 1 /* Now L2TP also */ macro
398 session_fd = socket(AF_PPPOX, SOCK_DGRAM, PX_PROTO_OL2TP);403 sax.sa_protocol = PX_PROTO_OL2TP;