Home
last modified time | relevance | path

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

/dragonfly/sys/net/lagg/
H A Dif_lagg.h153 #define lp_link_state lp_ifp->if_link_state /* link state */ macro
156 ((_tp)->lp_link_state == LINK_STATE_UP) && \
H A Dif_lagg.c1511 if (lp->lp_link_state == LINK_STATE_UP) { in lagg_linkstate()