Home
last modified time | relevance | path

Searched refs:PX_PROTO_OL2TP (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/l2tp/
Dl2tp_ppp.c560 sk->sk_protocol = PX_PROTO_OL2TP; in pppol2tp_create()
608 if (sp->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_connect()
895 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
914 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
933 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
951 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
1822 err = register_pppox_proto(PX_PROTO_OL2TP, &pppol2tp_proto); in pppol2tp_init()
1839 unregister_pppox_proto(PX_PROTO_OL2TP); in pppol2tp_init()
1853 unregister_pppox_proto(PX_PROTO_OL2TP); in pppol2tp_exit()
1865 MODULE_ALIAS("pppox-proto-" __stringify(PX_PROTO_OL2TP));
/linux-4.4.14/include/uapi/linux/
Dif_pppox.h57 #define PX_PROTO_OL2TP 1 /* Now L2TP also */ macro
/linux-4.4.14/Documentation/networking/
Dl2tp.txt250 kernel_fd = socket(AF_PPPOX, SOCK_DGRAM, PX_PROTO_OL2TP);
258 sax.sa_protocol = PX_PROTO_OL2TP;
282 sax.sa_protocol = PX_PROTO_OL2TP;