Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Diflib.c177 int ifc_link_state; member
274 #define LINK_ACTIVE(ctx) ((ctx)->ifc_link_state == LINK_STATE_UP)
2360 KASSERT(ctx->ifc_link_state == LINK_STATE_UP, in iflib_timer()
6350 if ((ctx->ifc_link_state == LINK_STATE_UP) && (link_state == LINK_STATE_DOWN)) { in iflib_link_state_change()
6354 ctx->ifc_link_state = link_state; in iflib_link_state_change()