Home
last modified time | relevance | path

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

/src/sys/netgraph/
H A Dng_bridge.c390 bool isUplink; in ng_bridge_newhook() local
398 isUplink = (pfx == &uplink_pfx); in ng_bridge_newhook()
399 unit = isUplink ? priv->uplinkUnit : priv->linkUnit; in ng_bridge_newhook()
411 if (linkNum == 0 && isUplink) in ng_bridge_newhook()
455 if (isUplink) { in ng_bridge_newhook()