Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c72 key.tunnel_ttl = 64; in gre_set_tunnel()
110 key.tunnel_ttl = 64; in ip6gretap_set_tunnel()
154 key.tunnel_ttl = 64; in erspan_set_tunnel()
233 key.tunnel_ttl = 64; in ip4ip6erspan_set_tunnel()
323 key.tunnel_ttl = 64; in vxlan_set_tunnel_dst()
362 key.tunnel_ttl = 64; in vxlan_set_tunnel_src()
491 key.tunnel_ttl = 64; in ip6vxlan_set_tunnel_dst()
522 key.tunnel_ttl = 64; in ip6vxlan_set_tunnel_src()
581 key.tunnel_ttl = 64; in geneve_set_tunnel()
641 key.tunnel_ttl = 64; in ip6geneve_set_tunnel()
[all …]
Dtest_l4lb.c346 tkey.tunnel_ttl = 64; in process_packet()
Dtest_l4lb_noinline.c345 tkey.tunnel_ttl = 64; in process_packet()
/Linux-v6.1/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-v6.1/tools/include/uapi/linux/
Dbpf.h5905 __u8 tunnel_ttl; member
/Linux-v6.1/include/uapi/linux/
Dbpf.h5905 __u8 tunnel_ttl; member
/Linux-v6.1/net/core/
Dfilter.c4525 to->tunnel_ttl = info->key.ttl; in BPF_CALL_4()
4649 info->key.ttl = from->tunnel_ttl; in BPF_CALL_4()