Lines Matching full:pseudo

484 	if (encap->pseudo)  in efx_tc_flower_release_encap_match()
485 efx_tc_flower_release_encap_match(efx, encap->pseudo); in efx_tc_flower_release_encap_match()
497 struct efx_tc_encap_match *encap, *old, *pseudo = NULL; in efx_tc_flower_record_encap_match() local
505 * pseudo encap matches. in efx_tc_flower_record_encap_match()
561 pseudo = pmatch.encap; in efx_tc_flower_record_encap_match()
594 encap->pseudo = pseudo; in efx_tc_flower_record_encap_match()
601 if (pseudo) /* don't need our new pseudo either */ in efx_tc_flower_record_encap_match()
602 efx_tc_flower_release_encap_match(efx, pseudo); in efx_tc_flower_record_encap_match()
609 * pseudo, but may be shared with another direct EM in efx_tc_flower_record_encap_match()
613 NL_SET_ERR_MSG_MOD(extack, "Pseudo encap match conflicts with existing direct entry"); in efx_tc_flower_record_encap_match()
617 * filter, so may only be shared with another pseudo in efx_tc_flower_record_encap_match()
622 "%s encap match conflicts with existing pseudo(MASK) entry", in efx_tc_flower_record_encap_match()
623 em_type ? "Pseudo" : "Direct"); in efx_tc_flower_record_encap_match()
628 "Pseudo encap match for TOS mask %#04x conflicts with existing mask %#04x", in efx_tc_flower_record_encap_match()
635 "Pseudo encap match for UDP src port mask %#x conflicts with existing mask %#x", in efx_tc_flower_record_encap_match()
644 * direct-EM or pseudo). in efx_tc_flower_record_encap_match()
647 "%s encap match conflicts with existing pseudo(OR) entry", in efx_tc_flower_record_encap_match()
648 em_type ? "Pseudo" : "Direct"); in efx_tc_flower_record_encap_match()
650 default: /* Unrecognised pseudo-type. Just say no */ in efx_tc_flower_record_encap_match()
652 "%s encap match conflicts with existing pseudo(%d) entry", in efx_tc_flower_record_encap_match()
653 em_type ? "Pseudo" : "Direct", in efx_tc_flower_record_encap_match()
685 if (pseudo) in efx_tc_flower_record_encap_match()
686 efx_tc_flower_release_encap_match(efx, pseudo); in efx_tc_flower_record_encap_match()
1595 /* Reserve the outer tuple with a pseudo Encap Match */ in efx_tc_flower_replace_foreign_lhs()