Home
last modified time | relevance | path

Searched refs:lp_flags (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/net/agr/
H A Dieee8023ad_lacp_sm_tx.c62 lp->lp_flags &= ~LACPPORT_NTT; in lacp_sm_tx()
65 if (!(lp->lp_flags & LACPPORT_NTT)) { in lacp_sm_tx()
80 lp->lp_flags &= ~LACPPORT_NTT; in lacp_sm_tx()
91 lp->lp_flags |= LACPPORT_NTT; in lacp_sm_assert_ntt()
H A Dieee8023ad_lacp_impl.h95 int lp_flags; member
/netbsd-src/sys/net/lagg/
H A Dif_lagg_lacp.c137 unsigned int lp_flags; member
1134 CLR(lacpp->lp_flags, LACP_PORT_MARK); in lacp_marker_recv_response()
1144 if (ISSET(lacpp0->lp_flags, LACP_PORT_MARK)) { in lacp_marker_recv_response()
1360 if (!ISSET(lacpp->lp_flags, LACP_PORT_NTT)) in lacp_port_need_to_tell()
1370 SET(lacpp->lp_flags, LACP_PORT_NTT); in lacp_sm_assert_ntt()
1377 CLR(lacpp->lp_flags, LACP_PORT_NTT); in lacp_sm_negate_ntt()
2667 SET(lacpp->lp_flags, LACP_PORT_MARK); in lacp_marker_work()
H A Dif_laggproto.h76 uint32_t lp_flags; /* port flags */ member
H A Dif_lagg.c2626 port->rp_flags = lp->lp_flags; in lagg_get_stats()