Home
last modified time | relevance | path

Searched refs:tunnel_tos (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c54 key.tunnel_tos = 0; in _gre_set_tunnel()
93 key.tunnel_tos = 0; in _ip6gretap_set_tunnel()
138 key.tunnel_tos = 0; in _erspan_set_tunnel()
222 key.tunnel_tos = 0; in _ip4ip6erspan_set_tunnel()
308 key.tunnel_tos = 0; in _vxlan_set_tunnel()
363 key.tunnel_tos = 0; in _ip6vxlan_set_tunnel()
406 key.tunnel_tos = 0; in _geneve_set_tunnel()
467 key.tunnel_tos = 0; in _ip6geneve_set_tunnel()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2485 __u8 tunnel_tos; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2485 __u8 tunnel_tos; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4128 __u8 tunnel_tos; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4128 __u8 tunnel_tos; member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4226 to->tunnel_tos = info->key.tos; in BPF_CALL_4()
4342 info->key.tos = from->tunnel_tos; in BPF_CALL_4()