Home
last modified time | relevance | path

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

/src/sys/net/
H A Dieee8023ad_lacp.c918 lp->lp_flags |= LACP_PORT_MARK; in lacp_suppress_distributing()
920 lp->lp_flags &= ~LACP_PORT_MARK; in lacp_suppress_distributing()
1928 lp->lp_flags &= ~LACP_PORT_NTT; in lacp_sm_tx()
1931 if (!(lp->lp_flags & LACP_PORT_NTT)) { in lacp_sm_tx()
1949 lp->lp_flags &= ~LACP_PORT_NTT; in lacp_sm_tx()
1960 lp->lp_flags |= LACP_PORT_NTT; in lacp_sm_assert_ntt()
2058 lp->lp_flags &= ~LACP_PORT_MARK; in lacp_marker_input()
2063 if (lp2->lp_flags & LACP_PORT_MARK) { in lacp_marker_input()
H A Dif_lagg.h271 uint32_t lp_flags; /* port flags */ member
H A Dieee8023ad_lacp.h227 int lp_flags; member
H A Dif_lagg.c819 lp->lp_flags |= LAGG_PORT_STACK; in lagg_port_create()
911 if (lp->lp_flags & LAGG_PORT_STACK) { in lagg_port_checkstacking()
1186 rp->rp_flags = lp->lp_flags; in lagg_port2req()