Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c436 !(key.tunnel_flags & TUNNEL_KEY) || in vxlan_get_tunnel_src()
437 (key.tunnel_flags & TUNNEL_CSUM)) { in vxlan_get_tunnel_src()
441 bpf_ntohs(key.tunnel_flags)); in vxlan_get_tunnel_src()
586 !(key.tunnel_flags & TUNNEL_KEY) || in ip6vxlan_get_tunnel_src()
587 !(key.tunnel_flags & TUNNEL_CSUM)) { in ip6vxlan_get_tunnel_src()
591 bpf_ntohs(key.tunnel_flags)); in ip6vxlan_get_tunnel_src()
/openbmc/linux/drivers/scsi/esas2r/
H A Datioctl.h763 u32 tunnel_flags; member
H A Desas2r_ioctl.c857 gai->tunnel_flags = a->ioctl_tunnel in hba_ioctl_callback()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6148 __be16 tunnel_flags; member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6151 __be16 tunnel_flags; member
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h7104 u8 tunnel_flags; member
/openbmc/linux/net/core/
H A Dfilter.c4698 to->tunnel_flags = info->key.tun_flags; in BPF_CALL_4()