Searched refs:lacp_peerinfo_is_compatible (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dieee8023ad_lacp.c111 static int lacp_peerinfo_is_compatible(const struct lacp_peerinfo *,
1239 if (!lacp_peerinfo_is_compatible(&la->la_partner, &lp->lp_partner)) {
1243 if (!lacp_peerinfo_is_compatible(&la->la_actor, &lp->lp_actor)) {
1251 lacp_peerinfo_is_compatible(const struct lacp_peerinfo *a, function

Completed in 45 milliseconds