Lines Matching defs:tun_flags
674 __be16 tun_flags = 0;
700 tun_flags |= TUNNEL_KEY;
732 tun_flags |= TUNNEL_DONT_FRAGMENT;
735 tun_flags |= TUNNEL_CSUM;
746 tun_flags |= TUNNEL_OAM;
758 tun_flags |= TUNNEL_GENEVE_OPT;
771 tun_flags |= TUNNEL_VXLAN_OPT;
787 tun_flags |= TUNNEL_ERSPAN_OPT;
801 SW_FLOW_KEY_PUT(match, tun_key.tun_flags, tun_flags, is_mask);
832 tun_flags & ~TUNNEL_KEY) {
877 if (output->tun_flags & TUNNEL_KEY &&
913 if ((output->tun_flags & TUNNEL_DONT_FRAGMENT) &&
916 if ((output->tun_flags & TUNNEL_CSUM) &&
925 if ((output->tun_flags & TUNNEL_OAM) &&
929 if (output->tun_flags & TUNNEL_GENEVE_OPT &&
933 else if (output->tun_flags & TUNNEL_VXLAN_OPT &&
936 else if (output->tun_flags & TUNNEL_ERSPAN_OPT &&
2032 if (output->tun_key.tun_flags & TUNNEL_OPTIONS_PRESENT)
2755 key->tun_key.tun_flags |= crit_opt ? TUNNEL_CRIT_OPT : 0;
3277 if (mpls->tun_flags & OVS_MPLS_L3_TUNNEL_FLAG_MASK) {