PX_PROTO_OL2TP    520 net/l2tp/l2tp_ppp.c 	sk->sk_protocol	   = PX_PROTO_OL2TP;
PX_PROTO_OL2TP    576 net/l2tp/l2tp_ppp.c 		if (sa_v2in4->sa_protocol != PX_PROTO_OL2TP)
PX_PROTO_OL2TP    592 net/l2tp/l2tp_ppp.c 		if (sa_v3in4->sa_protocol != PX_PROTO_OL2TP)
PX_PROTO_OL2TP    608 net/l2tp/l2tp_ppp.c 		if (sa_v2in6->sa_protocol != PX_PROTO_OL2TP)
PX_PROTO_OL2TP    624 net/l2tp/l2tp_ppp.c 		if (sa_v3in6->sa_protocol != PX_PROTO_OL2TP)
PX_PROTO_OL2TP    934 net/l2tp/l2tp_ppp.c 		sp.sa_protocol	= PX_PROTO_OL2TP;
PX_PROTO_OL2TP    953 net/l2tp/l2tp_ppp.c 		sp.sa_protocol	= PX_PROTO_OL2TP;
PX_PROTO_OL2TP    972 net/l2tp/l2tp_ppp.c 		sp.sa_protocol	= PX_PROTO_OL2TP;
PX_PROTO_OL2TP    990 net/l2tp/l2tp_ppp.c 		sp.sa_protocol	= PX_PROTO_OL2TP;
PX_PROTO_OL2TP   1716 net/l2tp/l2tp_ppp.c 	err = register_pppox_proto(PX_PROTO_OL2TP, &pppol2tp_proto);
PX_PROTO_OL2TP   1733 net/l2tp/l2tp_ppp.c 	unregister_pppox_proto(PX_PROTO_OL2TP);
PX_PROTO_OL2TP   1747 net/l2tp/l2tp_ppp.c 	unregister_pppox_proto(PX_PROTO_OL2TP);
PX_PROTO_OL2TP   1759 net/l2tp/l2tp_ppp.c MODULE_ALIAS_NET_PF_PROTO(PF_PPPOX, PX_PROTO_OL2TP);