Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c67 key.tunnel_ttl = 64; in gre_set_tunnel()
87 key.tunnel_ttl = 64; in gre_set_tunnel_no_key()
126 key.tunnel_ttl = 64; in ip6gretap_set_tunnel()
170 key.tunnel_ttl = 64; in erspan_set_tunnel()
249 key.tunnel_ttl = 64; in ip4ip6erspan_set_tunnel()
339 key.tunnel_ttl = 64; in vxlan_set_tunnel_dst()
378 key.tunnel_ttl = 64; in vxlan_set_tunnel_src()
503 key.tunnel_ttl = 64; in ip6vxlan_set_tunnel_dst()
534 key.tunnel_ttl = 64; in ip6vxlan_set_tunnel_src()
599 key.tunnel_ttl = 64; in geneve_set_tunnel()
[all …]
H A Dtest_l4lb_noinline.c345 tkey.tunnel_ttl = 64; in process_packet()
H A Dtest_l4lb.c346 tkey.tunnel_ttl = 64; in process_packet()
H A Dtest_l4lb_noinline_dynptr.c350 tkey.tunnel_ttl = 64; in process_packet()
/linux/include/uapi/linux/
H A Dbpf.h6288 __u8 tunnel_ttl; member
/linux/tools/include/uapi/linux/
H A Dbpf.h6288 __u8 tunnel_ttl; member
/linux/net/core/
H A Dfilter.c4712 to->tunnel_ttl = info->key.ttl; in BPF_CALL_4()
4839 info->key.ttl = from->tunnel_ttl; in BPF_CALL_4()