Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c96 key.tunnel_label = 0xabcde; in _ip6gretap_set_tunnel()
124 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label); in _ip6gretap_get_tunnel()
392 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label); in _ip6vxlan_get_tunnel()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4131 __u32 tunnel_label; member
/Linux-v5.10/include/uapi/linux/
Dbpf.h4131 __u32 tunnel_label; member
/Linux-v5.10/net/core/
Dfilter.c4229 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4254 to->tunnel_label = be32_to_cpu(info->key.label); in BPF_CALL_4()
4258 to->tunnel_label = 0; in BPF_CALL_4()
4328 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4342 if (unlikely((!(flags & BPF_F_TUNINFO_IPV6) && from->tunnel_label) || in BPF_CALL_4()
4370 info->key.label = cpu_to_be32(from->tunnel_label) & in BPF_CALL_4()