Searched refs:lacp_peerinfo_is_compatible (Results 1 – 1 of 1) sorted by relevance
120 static int lacp_peerinfo_is_compatible(const struct lacp_peerinfo *,1379 if (!lacp_peerinfo_is_compatible(&la->la_partner, &lp->lp_partner)) { in lacp_aggregator_is_compatible()1383 if (!lacp_peerinfo_is_compatible(&la->la_actor, &lp->lp_actor)) { in lacp_aggregator_is_compatible()1391 lacp_peerinfo_is_compatible(const struct lacp_peerinfo *a, in lacp_peerinfo_is_compatible() function