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

/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c212 struct ifnet *sc_sync_if; member in struct:pfsync_softc
648 if (!sc || !sc->sc_sync_if || !V_pf_status.running ||
653 if (sc->sc_sync_if != m->m_pkthdr.rcvif) {
1343 if (!sc->sc_sync_if ||
1345 ifr->ifr_mtu > sc->sc_sync_if->if_mtu)
1360 if (sc->sc_sync_if) {
1362 sc->sc_sync_if->if_xname, IFNAMSIZ);
1417 if (sc->sc_sync_if)
1418 if_rele(sc->sc_sync_if);
1419 sc->sc_sync_if
[all...]

Completed in 128 milliseconds