Lines Matching defs:masked
2854 /* Return false if there are any non-masked bits set.
2871 u8 mac_proto, __be16 eth_type, bool masked, bool log)
2882 if (masked)
2889 if (masked && !validate_masked(nla_data(ovs_key), key_len))
2907 if (masked)
2924 if (masked) {
2947 if (masked) {
3001 if (!validate_nsh(nla_data(a), masked, false, log))
3009 /* Convert non-masked non-tunnel set actions to masked set actions. */
3010 if (!masked && key_type != OVS_KEY_ATTR_TUNNEL) {
3497 /* 'key' must be the masked key. */
3737 /* Revert the conversion we did from a non-masked set action to
3738 * masked set action.