Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c87 key.tunnel_ttl = 64; in gre_set_tunnel()
107 key.tunnel_ttl = 64; in gre_set_tunnel_no_key()
146 key.tunnel_ttl = 64; in ip6gretap_set_tunnel()
190 key.tunnel_ttl = 64; in erspan_set_tunnel()
268 key.tunnel_ttl = 64; in ip4ip6erspan_set_tunnel()
357 key.tunnel_ttl = 64; in vxlan_set_tunnel_dst()
396 key.tunnel_ttl = 64; in vxlan_set_tunnel_src()
521 key.tunnel_ttl = 64; in ip6vxlan_set_tunnel_dst()
552 key.tunnel_ttl = 64; in ip6vxlan_set_tunnel_src()
611 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()
/openbmc/linux/samples/bpf/
H A 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()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6131 __u8 tunnel_ttl; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6131 __u8 tunnel_ttl; member
/openbmc/linux/net/core/
H A Dfilter.c4664 to->tunnel_ttl = info->key.ttl; in BPF_CALL_4()
4791 info->key.ttl = from->tunnel_ttl; in BPF_CALL_4()