Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c95 key.tunnel_label = 0xabcde; in _ip6gretap_set_tunnel()
123 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label); in _ip6gretap_get_tunnel()
391 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label); in _ip6vxlan_get_tunnel()
/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 Dbpf.h2488 __u32 tunnel_label; member
/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 Dbpf.h2488 __u32 tunnel_label; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4131 __u32 tunnel_label; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4131 __u32 tunnel_label; member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4208 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4233 to->tunnel_label = be32_to_cpu(info->key.label); in BPF_CALL_4()
4237 to->tunnel_label = 0; in BPF_CALL_4()
4307 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4321 if (unlikely((!(flags & BPF_F_TUNINFO_IPV6) && from->tunnel_label) || in BPF_CALL_4()
4349 info->key.label = cpu_to_be32(from->tunnel_label) & in BPF_CALL_4()