Lines Matching defs:tun_flags
662 __be16 tun_flags = 0;
688 tun_flags |= TUNNEL_KEY;
720 tun_flags |= TUNNEL_DONT_FRAGMENT;
723 tun_flags |= TUNNEL_CSUM;
734 tun_flags |= TUNNEL_OAM;
746 tun_flags |= TUNNEL_GENEVE_OPT;
759 tun_flags |= TUNNEL_VXLAN_OPT;
775 tun_flags |= TUNNEL_ERSPAN_OPT;
789 SW_FLOW_KEY_PUT(match, tun_key.tun_flags, tun_flags, is_mask);
820 tun_flags & ~TUNNEL_KEY) {
865 if (output->tun_flags & TUNNEL_KEY &&
901 if ((output->tun_flags & TUNNEL_DONT_FRAGMENT) &&
904 if ((output->tun_flags & TUNNEL_CSUM) &&
913 if ((output->tun_flags & TUNNEL_OAM) &&
917 if (output->tun_flags & TUNNEL_GENEVE_OPT &&
921 else if (output->tun_flags & TUNNEL_VXLAN_OPT &&
924 else if (output->tun_flags & TUNNEL_ERSPAN_OPT &&
2009 if (output->tun_key.tun_flags & TUNNEL_OPTIONS_PRESENT)
2714 key->tun_key.tun_flags |= crit_opt ? TUNNEL_CRIT_OPT : 0;
3233 if (mpls->tun_flags & OVS_MPLS_L3_TUNNEL_FLAG_MASK) {