Home
last modified time | relevance | path

Searched refs:tunnel_label (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c147 key.tunnel_label = 0xabcde; in ip6gretap_set_tunnel()
174 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label); in ip6gretap_get_tunnel()
590 bpf_ntohl(key.remote_ipv6[3]), key.tunnel_label, in ip6vxlan_get_tunnel_src()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6136 __u32 tunnel_label; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6136 __u32 tunnel_label; member
/openbmc/linux/net/core/
H A Dfilter.c4645 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4675 to->tunnel_label = be32_to_cpu(info->key.label); in BPF_CALL_4()
4681 to->tunnel_label = 0; in BPF_CALL_4()
4753 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4767 if (unlikely((!(flags & BPF_F_TUNINFO_IPV6) && from->tunnel_label) || in BPF_CALL_4()
4799 info->key.label = cpu_to_be32(from->tunnel_label) & in BPF_CALL_4()