Home
last modified time | relevance | path

Searched refs:lip_state (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/net/
Dieee8023ad_lacp.c213 .lip_state = LACP_STATE_SYNC | LACP_STATE_AGGREGATION |
220 .lip_state = 0,
339 info->lip_state = lp->lp_state; in lacp_fill_actorinfo()
618 req->actor_state = la->la_actor.lip_state; in lacp_req()
626 req->partner_state = la->la_partner.lip_state; in lacp_req()
645 req->actor_state = lp->lp_actor.lip_state; in lacp_portreq()
653 req->partner_state = lp->lp_partner.lip_state; in lacp_portreq()
885 return (memcmp(a, b, offsetof(struct lacp_peerinfo, lip_state))); in lacp_compare_peerinfo()
1220 la->la_actor.lip_state = lp->lp_state & LACP_STATE_AGGREGATION; in lacp_fill_aggregator_id()
1241 !(lp->lp_partner.lip_state & LACP_STATE_AGGREGATION)) { in lacp_aggregator_is_compatible()
[all …]
Dieee8023ad_lacp.h134 uint8_t lip_state; member
212 #define lp_state lp_actor.lip_state