Home
last modified time | relevance | path

Searched refs:IPPROTO_MPLS (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Din.h75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator
76 #define IPPROTO_MPLS IPPROTO_MPLS macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Din.h75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator
76 #define IPPROTO_MPLS IPPROTO_MPLS macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Din.h75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator
76 #define IPPROTO_MPLS IPPROTO_MPLS macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Din.h75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator
76 #define IPPROTO_MPLS IPPROTO_MPLS macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtunnel4.c253 if (inet_add_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS)) { in tunnel4_init()
268 inet_del_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS); in tunnel4_init()
287 if (inet_del_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS)) in tunnel4_fini()
H A Dipip.c233 if (ipproto == IPPROTO_MPLS) in ipip_tunnel_rcv()
263 return ipip_tunnel_rcv(skb, IPPROTO_MPLS); in mplsip_rcv()
287 ipproto = IPPROTO_MPLS; in ipip_tunnel_xmit()
321 case IPPROTO_MPLS: in ipip_tunnel_ioctl_verify_protocol()
398 if (proto != IPPROTO_IPIP && proto != IPPROTO_MPLS && proto != 0) in ipip_tunnel_validate()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtunnel6.c269 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 Dsit.c771 if (ipproto == IPPROTO_MPLS) in sit_tunnel_rcv()
796 return sit_tunnel_rcv(skb, IPPROTO_MPLS); in mplsip_rcv()
1079 sit_tunnel_xmit__(skb, dev, IPPROTO_MPLS); in sit_tunnel_xmit()
1244 ipproto == IPPROTO_MPLS || in ipip6_valid_ip_proto()
H A Dip6_tunnel.c736 err = ip6_tnl_err(skb, IPPROTO_MPLS, opt, &rel_type, &rel_code, in mplsip6_err()
1004 return ipxip6_rcv(skb, IPPROTO_MPLS, &tpi_mpls, in mplsip6_rcv()
1454 ipproto = IPPROTO_MPLS; in ip6_tnl_start_xmit()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Din.h88 IPPROTO_MPLS = 137, /* MPLS in IP. */ enumerator
89 #define IPPROTO_MPLS IPPROTO_MPLS macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Din.h88 IPPROTO_MPLS = 137, /* MPLS in IP. */ enumerator
89 #define IPPROTO_MPLS IPPROTO_MPLS macro
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c1368 case IPPROTO_MPLS: in __skb_flow_dissect()