Searched refs:tunnel_label (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/core/
H A Dfilter.c4666 case offsetof(struct bpf_tunnel_key, tunnel_label):
4696 to->tunnel_label = be32_to_cpu(info->key.label);
4702 to->tunnel_label = 0;
4774 case offsetof(struct bpf_tunnel_key, tunnel_label):
4788 if (unlikely((!(flags & BPF_F_TUNINFO_IPV6) && from->tunnel_label) ||
4820 info->key.label = cpu_to_be32(from->tunnel_label) &
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6268 __u32 tunnel_label; member in struct:bpf_tunnel_key
/linux-master/include/uapi/linux/
H A Dbpf.h6268 __u32 tunnel_label; member in struct:bpf_tunnel_key
/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,

Completed in 302 milliseconds