Searched refs:IPPROTO_L2TP (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/um/drivers/
H A Dvector_user.h48 #ifndef IPPROTO_L2TP
49 #define IPPROTO_L2TP 0x73 macro
H A Dvector_user.c569 dsthints.ai_protocol = IPPROTO_L2TP;
/linux-master/net/netfilter/
H A Dxt_l2tp.c179 case IPPROTO_L2TP:
201 case IPPROTO_L2TP:
271 (ip->proto != IPPROTO_L2TP)) {
276 if ((ip->proto == IPPROTO_L2TP) &&
298 (ip->proto != IPPROTO_L2TP)) {
303 if ((ip->proto == IPPROTO_L2TP) &&
/linux-master/include/uapi/linux/
H A Din.h72 IPPROTO_L2TP = 115, /* Layer 2 Tunnelling Protocol */ enumerator in enum:__anon4481
73 #define IPPROTO_L2TP IPPROTO_L2TP macro
/linux-master/tools/include/uapi/linux/
H A Din.h72 IPPROTO_L2TP = 115, /* Layer 2 Tunnelling Protocol */ enumerator in enum:__anon5346
73 #define IPPROTO_L2TP IPPROTO_L2TP macro
/linux-master/net/l2tp/
H A Dl2tp_ip6.c231 inet_sk(sk)->inet_num = IPPROTO_L2TP;
759 .protocol = IPPROTO_L2TP,
778 err = inet6_add_protocol(&l2tp_ip6_protocol, IPPROTO_L2TP);
794 inet6_del_protocol(&l2tp_ip6_protocol, IPPROTO_L2TP);
806 /* Use the values of SOCK_DGRAM (2) as type and IPPROTO_L2TP (115) as protocol,
H A Dl2tp_ip.c221 inet_sk(sk)->inet_num = IPPROTO_L2TP;
631 .protocol = IPPROTO_L2TP,
650 err = inet_add_protocol(&l2tp_ip_protocol, IPPROTO_L2TP);
666 inet_del_protocol(&l2tp_ip_protocol, IPPROTO_L2TP);
678 /* Use the values of SOCK_DGRAM (2) as type and IPPROTO_L2TP (115) as protocol,
H A Dl2tp_core.c1323 IPPROTO_L2TP, &sock);
1351 IPPROTO_L2TP, &sock);
1445 (encap == L2TP_ENCAPTYPE_IP && sk->sk_protocol != IPPROTO_L2TP))
/linux-master/net/core/
H A Dflow_dissector.c1614 case IPPROTO_L2TP:
/linux-master/net/sched/
H A Dcls_flower.c1900 } else if (key->basic.ip_proto == IPPROTO_L2TP) {
3414 else if (key->basic.ip_proto == IPPROTO_L2TP &&

Completed in 167 milliseconds