Lines Matching refs:pseudo
488 if (encap->pseudo)
489 efx_tc_flower_release_encap_match(efx, encap->pseudo);
501 struct efx_tc_encap_match *encap, *old, *pseudo = NULL;
509 * pseudo encap matches.
565 pseudo = pmatch.encap;
598 encap->pseudo = pseudo;
605 if (pseudo) /* don't need our new pseudo either */
606 efx_tc_flower_release_encap_match(efx, pseudo);
613 * pseudo, but may be shared with another direct EM
621 * filter, so may only be shared with another pseudo
626 "%s encap match conflicts with existing pseudo(MASK) entry",
645 default: /* Unrecognised pseudo-type. Just say no */
647 "%s encap match conflicts with existing pseudo(%d) entry",
680 if (pseudo)
681 efx_tc_flower_release_encap_match(efx, pseudo);