Searched defs:strict_match (Results 1 - 1 of 1) sorted by relevance

/drivers/net/bonding/
H A Dbond_alb.c84 bool strict_match);
966 bool strict_match)
982 if (strict_match &&
988 } else if (!strict_match) {
996 * when strict_match is turned off.
998 if (netif_is_macvlan(upper) && !strict_match) {
1490 bool strict_match; local
1494 * user mac addreses (!strict_match). Otherwise, only
1498 strict_match = (slave != rcu_access_pointer(bond->curr_active_slave) ||
1501 strict_match);
965 alb_send_learning_packets(struct slave *slave, u8 mac_addr[], bool strict_match) argument
[all...]

Completed in 35 milliseconds