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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c406 !(key.tunnel_flags & TUNNEL_KEY) ||
407 (key.tunnel_flags & TUNNEL_CSUM)) {
411 bpf_ntohs(key.tunnel_flags));
556 !(key.tunnel_flags & TUNNEL_KEY) ||
557 !(key.tunnel_flags & TUNNEL_CSUM)) {
561 bpf_ntohs(key.tunnel_flags));
/linux-master/drivers/scsi/esas2r/
H A Datioctl.h763 u32 tunnel_flags; member in struct:atto_hba_get_adapter_info
H A Desas2r_ioctl.c853 gai->tunnel_flags = a->ioctl_tunnel
/linux-master/include/uapi/linux/
H A Dbpf.h6266 __be16 tunnel_flags; member in union:bpf_tunnel_key::__anon2655
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6266 __be16 tunnel_flags; member in union:bpf_tunnel_key::__anon3196
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h7509 u8 tunnel_flags; member in struct:hwrm_cfa_tunnel_filter_alloc_input
/linux-master/net/core/
H A Dfilter.c4665 to->tunnel_flags = info->key.tun_flags;

Completed in 406 milliseconds