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

/xnu-2422.115.4/bsd/net/
H A Dbpfdesc.h156 struct bpf_if *bif_next; /* list of all interfaces */ member in struct:bpf_if
H A Dbpf.c486 primary = primary->bif_next)
534 for (bp = bpf_iflist; bp; bp = bp->bif_next)
1628 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) {
1722 for (bp = bpf_iflist; bp != 0; bp = bp->bif_next) {
1781 for (bp = bpf_iflist; bp; bp = bp->bif_next) {
1823 for (bp = bpf_iflist; bp; bp = bp->bif_next) {
2112 (dlt != 0 && bp->bif_dlt != dlt); bp = bp->bif_next)
2400 bp_temp->bif_dlt != dlt); bp_temp = bp_temp->bif_next) {
2421 bp_new->bif_next = bpf_iflist;
2426 bp_new->bif_next
[all...]
H A Dif_bridge.c295 TAILQ_ENTRY(bridge_iflist) bif_next;
1571 TAILQ_FOREACH(bif, &sc->sc_iflist, bif_next) {
1620 TAILQ_FOREACH(bif, &sc->sc_iflist, bif_next) {
1625 TAILQ_FOREACH(bif, &sc->sc_iflist, bif_next) {
1674 TAILQ_FOREACH(bif, &sc->sc_iflist, bif_next) {
1765 TAILQ_FOREACH(bif, &sc->sc_iflist, bif_next) {
1786 TAILQ_FOREACH(bif, &sc->sc_iflist, bif_next) {
2089 TAILQ_REMOVE(&sc->sc_iflist, bif, bif_next);
2171 TAILQ_REMOVE(&sc->sc_spanlist, bif, bif_next);
2193 TAILQ_FOREACH(bif, &sc->sc_spanlist, bif_next)
[all...]

Completed in 34 milliseconds