Lines Matching refs:PX_PROTO_OL2TP
514 sk->sk_protocol = PX_PROTO_OL2TP; in pppol2tp_create()
570 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()
1690 err = register_pppox_proto(PX_PROTO_OL2TP, &pppol2tp_proto); in pppol2tp_init()
1707 unregister_pppox_proto(PX_PROTO_OL2TP); in pppol2tp_init()
1721 unregister_pppox_proto(PX_PROTO_OL2TP); in pppol2tp_exit()
1733 MODULE_ALIAS_NET_PF_PROTO(PF_PPPOX, PX_PROTO_OL2TP);