Searched refs:IPPROTO_MPLS (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/linux/
H A Din.h78 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator in enum:__anon4481
79 #define IPPROTO_MPLS IPPROTO_MPLS macro
/linux-master/tools/include/uapi/linux/
H A Din.h78 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator in enum:__anon5346
79 #define IPPROTO_MPLS IPPROTO_MPLS macro
/linux-master/net/ipv4/
H A Dtunnel4.c250 if (inet_add_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS)) {
265 inet_del_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS);
284 if (inet_del_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS))
H A Dipip.c233 if (ipproto == IPPROTO_MPLS)
266 return ipip_tunnel_rcv(skb, IPPROTO_MPLS);
290 ipproto = IPPROTO_MPLS;
324 case IPPROTO_MPLS:
401 if (proto != IPPROTO_IPIP && proto != IPPROTO_MPLS && proto != 0)
/linux-master/net/ipv6/
H A Dtunnel6.c269 inet6_add_protocol(&tunnelmpls6_protocol, IPPROTO_MPLS)) {
281 inet6_del_protocol(&tunnelmpls6_protocol, IPPROTO_MPLS);
299 inet6_del_protocol(&tunnelmpls6_protocol, IPPROTO_MPLS))
H A Dsit.c770 if (ipproto == IPPROTO_MPLS)
797 return sit_tunnel_rcv(skb, IPPROTO_MPLS);
1080 sit_tunnel_xmit__(skb, dev, IPPROTO_MPLS);
1248 ipproto == IPPROTO_MPLS ||
H A Dip6_tunnel.c702 err = ip6_tnl_err(skb, IPPROTO_MPLS, opt, &rel_type, &rel_code,
981 return ipxip6_rcv(skb, IPPROTO_MPLS, &tpi_mpls,
1440 ipproto = IPPROTO_MPLS;
/linux-master/net/core/
H A Dflow_dissector.c1599 case IPPROTO_MPLS:

Completed in 176 milliseconds