Home
last modified time | relevance | path

Searched refs:tunnel_ttl (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c56 key.tunnel_ttl = 64; in _gre_set_tunnel()
95 key.tunnel_ttl = 64; in _ip6gretap_set_tunnel()
140 key.tunnel_ttl = 64; in _erspan_set_tunnel()
224 key.tunnel_ttl = 64; in _ip4ip6erspan_set_tunnel()
310 key.tunnel_ttl = 64; in _vxlan_set_tunnel()
365 key.tunnel_ttl = 64; in _ip6vxlan_set_tunnel()
408 key.tunnel_ttl = 64; in _geneve_set_tunnel()
471 key.tunnel_ttl = 64; in _ip6geneve_set_tunnel()
541 key.tunnel_ttl = 64; in _ipip_set_tunnel()
600 key.tunnel_ttl = 64; in _ipip6_set_tunnel()
[all …]
Dtest_l4lb.c348 tkey.tunnel_ttl = 64; in process_packet()
Dtest_l4lb_noinline.c345 tkey.tunnel_ttl = 64; in process_packet()
/Linux-v5.10/samples/bpf/
Dtc_l2_redirect_kern.c144 tkey.tunnel_ttl = 64; in _l2_to_iptun_ingress_redirect()
195 tkey.tunnel_ttl = 64; in _l2_to_ip6tun_ingress_redirect()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4129 __u8 tunnel_ttl; member
/Linux-v5.10/include/uapi/linux/
Dbpf.h4129 __u8 tunnel_ttl; member
/Linux-v5.10/net/core/
Dfilter.c4248 to->tunnel_ttl = info->key.ttl; in BPF_CALL_4()
4364 info->key.ttl = from->tunnel_ttl; in BPF_CALL_4()