Lines Matching refs:strict_match
55 bool strict_match);
956 bool strict_match;
963 bool strict_match = data->strict_match;
983 * when strict_match is turned off.
985 if (netif_is_macvlan(upper) && !strict_match) {
999 bool strict_match)
1004 .strict_match = strict_match,
1554 bool strict_match;
1558 * user mac addresses (!strict_match). Otherwise, only
1562 strict_match = (slave != rcu_access_pointer(bond->curr_active_slave) ||
1565 strict_match);