Lines Matching defs:masked
2813 /* Return false if there are any non-masked bits set.
2830 u8 mac_proto, __be16 eth_type, bool masked, bool log)
2841 if (masked)
2848 if (masked && !validate_masked(nla_data(ovs_key), key_len))
2866 if (masked)
2883 if (masked) {
2906 if (masked) {
2960 if (!validate_nsh(nla_data(a), masked, false, log))
2968 /* Convert non-masked non-tunnel set actions to masked set actions. */
2969 if (!masked && key_type != OVS_KEY_ATTR_TUNNEL) {
3448 /* 'key' must be the masked key. */
3688 /* Revert the conversion we did from a non-masked set action to
3689 * masked set action.