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

/freebsd-13-stable/sys/net/
H A Dieee8023ad_lacp.h228 int lp_flags; member in struct:lacp_port
H A Dif_lagg.h273 uint32_t lp_flags; /* port flags */ member in struct:lagg_port
H A Dieee8023ad_lacp.c921 lp->lp_flags |= LACP_PORT_MARK;
1903 lp->lp_flags &= ~LACP_PORT_NTT;
1906 if (!(lp->lp_flags & LACP_PORT_NTT)) {
1924 lp->lp_flags &= ~LACP_PORT_NTT;
1935 lp->lp_flags |= LACP_PORT_NTT;
2021 lp->lp_flags &= ~LACP_PORT_MARK;
2026 if (lp2->lp_flags & LACP_PORT_MARK) {
H A Dif_lagg.c810 lp->lp_flags |= LAGG_PORT_STACK;
902 if (lp->lp_flags & LAGG_PORT_STACK) {
1180 rp->rp_flags = lp->lp_flags;

Completed in 176 milliseconds