Searched refs:bp_next (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/bsd/net/ |
| H A D | bridgestp.c | 923 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) { in bstp_assign_roles() 950 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) { in bstp_assign_roles() 1040 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) { in bstp_update_state() 1313 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) { in bstp_set_other_tcprop() 1328 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) in bstp_set_all_reroot() 1339 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) { in bstp_set_all_sync() 1612 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) { in bstp_rerooted() 1692 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) in bstp_set_holdcount() 1716 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) { in bstp_set_protocol() 1955 LIST_FOREACH(bp, &bs->bs_bplist, bp_next) { in bstp_linkstate() [all …]
|
| H A D | bridgestp.h | 319 LIST_ENTRY(bstp_port) bp_next;
|
| H A D | bpf.c | 4341 struct bpf_if *bp, *bp_prev, *bp_next; in bpfdetach() local 4356 for (bp = bpf_iflist; bp != NULL; bp = bp_next) { in bpfdetach() 4357 bp_next = bp->bif_next; in bpfdetach()
|