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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c115 key.tunnel_label = 0xabcde;
142 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label);
560 bpf_ntohl(key.remote_ipv6[3]), key.tunnel_label,
/linux-master/include/uapi/linux/
H A Dbpf.h6268 __u32 tunnel_label; member in struct:bpf_tunnel_key
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6268 __u32 tunnel_label; member in struct:bpf_tunnel_key
/linux-master/net/core/
H A Dfilter.c4644 case offsetof(struct bpf_tunnel_key, tunnel_label):
4674 to->tunnel_label = be32_to_cpu(info->key.label);
4680 to->tunnel_label = 0;
4752 case offsetof(struct bpf_tunnel_key, tunnel_label):
4766 if (unlikely((!(flags & BPF_F_TUNINFO_IPV6) && from->tunnel_label) ||
4798 info->key.label = cpu_to_be32(from->tunnel_label) &

Completed in 231 milliseconds