Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c55 key.tunnel_ttl = 64; in _gre_set_tunnel()
94 key.tunnel_ttl = 64; in _ip6gretap_set_tunnel()
139 key.tunnel_ttl = 64; in _erspan_set_tunnel()
223 key.tunnel_ttl = 64; in _ip4ip6erspan_set_tunnel()
309 key.tunnel_ttl = 64; in _vxlan_set_tunnel()
364 key.tunnel_ttl = 64; in _ip6vxlan_set_tunnel()
407 key.tunnel_ttl = 64; in _geneve_set_tunnel()
468 key.tunnel_ttl = 64; in _ip6geneve_set_tunnel()
535 key.tunnel_ttl = 64; in _ipip_set_tunnel()
582 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.15/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.15/include/uapi/linux/
Dbpf.h5296 __u8 tunnel_ttl; member
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h5296 __u8 tunnel_ttl; member
/Linux-v5.15/net/core/
Dfilter.c4238 to->tunnel_ttl = info->key.ttl; in BPF_CALL_4()
4354 info->key.ttl = from->tunnel_ttl; in BPF_CALL_4()