Searched refs:IPPROTO_MPLS (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/include/uapi/linux/ |
| H A D | in.h | 78 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator 79 #define IPPROTO_MPLS IPPROTO_MPLS macro
|
| /linux/net/ipv4/ |
| H A D | tunnel4.c | 250 if (inet_add_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS)) { in tunnel4_init() 265 inet_del_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS); in tunnel4_init() 284 if (inet_del_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS)) in tunnel4_fini()
|
| H A D | ipip.c | 239 if (ipproto == IPPROTO_MPLS) in ipip_tunnel_rcv() 274 return ipip_tunnel_rcv(skb, IPPROTO_MPLS); in mplsip_rcv() 298 ipproto = IPPROTO_MPLS; in ipip_tunnel_xmit() 332 case IPPROTO_MPLS: in ipip_tunnel_ioctl_verify_protocol() 435 if (proto != IPPROTO_IPIP && proto != IPPROTO_MPLS && proto != 0) in ipip_netlink_parms()
|
| /linux/net/ipv6/ |
| H A D | tunnel6.c | 269 inet6_add_protocol(&tunnelmpls6_protocol, IPPROTO_MPLS)) { in tunnel6_init() 281 inet6_del_protocol(&tunnelmpls6_protocol, IPPROTO_MPLS); in tunnel6_init() 299 inet6_del_protocol(&tunnelmpls6_protocol, IPPROTO_MPLS)) in tunnel6_fini()
|
| H A D | ip6_tunnel.c | 705 err = ip6_tnl_err(skb, IPPROTO_MPLS, opt, &rel_type, &rel_code, in mplsip6_err() 984 return ipxip6_rcv(skb, IPPROTO_MPLS, &tpi_mpls, in mplsip6_rcv() 1442 ipproto = IPPROTO_MPLS; in ip6_tnl_start_xmit()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 1633 case IPPROTO_MPLS: in __skb_flow_dissect()
|