Home
last modified time | relevance | path

Searched refs:BPF_F_TUNINFO_IPV6 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c167 BPF_F_TUNINFO_IPV6); in ip6gretap_get_tunnel()
271 BPF_F_TUNINFO_IPV6); in ip4ip6erspan_set_tunnel()
309 BPF_F_TUNINFO_IPV6); in ip4ip6erspan_get_tunnel()
524 BPF_F_TUNINFO_IPV6); in ip6vxlan_set_tunnel_dst()
555 BPF_F_TUNINFO_IPV6); in ip6vxlan_set_tunnel_src()
674 BPF_F_TUNINFO_IPV6); in ip6geneve_set_tunnel()
706 BPF_F_TUNINFO_IPV6); in ip6geneve_get_tunnel()
891 BPF_F_TUNINFO_IPV6); in ipip6_set_tunnel()
907 BPF_F_TUNINFO_IPV6); in ipip6_get_tunnel()
939 BPF_F_TUNINFO_IPV6); in ip6ip6_set_tunnel()
[all …]
H A Dtest_l4lb_noinline.c431 tun_flag = BPF_F_TUNINFO_IPV6; in process_packet()
H A Dtest_l4lb.c432 tun_flag = BPF_F_TUNINFO_IPV6; in process_packet()
H A Dtest_l4lb_noinline_dynptr.c438 tun_flag = BPF_F_TUNINFO_IPV6; in process_packet()
/openbmc/linux/samples/bpf/
H A Dtc_l2_redirect_kern.c201 bpf_skb_set_tunnel_key(skb, &tkey, sizeof(tkey), BPF_F_TUNINFO_IPV6); in _l2_to_ip6tun_ingress_redirect()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5914 BPF_F_TUNINFO_IPV6 = (1ULL << 0), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5914 BPF_F_TUNINFO_IPV6 = (1ULL << 0), enumerator
/openbmc/linux/net/core/
H A Dfilter.c4621 return flags & BPF_F_TUNINFO_IPV6 ? AF_INET6 : AF_INET; in bpf_tunnel_key_af()
4632 if (unlikely(!info || (flags & ~(BPF_F_TUNINFO_IPV6 | in BPF_CALL_4()
4670 if (flags & BPF_F_TUNINFO_IPV6) { in BPF_CALL_4()
4746 if (unlikely(flags & ~(BPF_F_TUNINFO_IPV6 | BPF_F_ZERO_CSUM_TX | in BPF_CALL_4()
4767 if (unlikely((!(flags & BPF_F_TUNINFO_IPV6) && from->tunnel_label) || in BPF_CALL_4()
4793 if (flags & BPF_F_TUNINFO_IPV6) { in BPF_CALL_4()