Searched refs:CK_LIST_FOREACH_SAFE (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_llatbl.c | 147 CK_LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) { in htable_foreach_lle() 258 CK_LIST_FOREACH_SAFE(lle, &pmd.dchain, lle_chain, next) in htable_prefix_free() 275 CK_LIST_FOREACH_SAFE(lle, head, lle_chain, next) in llentries_unlink() 506 CK_LIST_FOREACH_SAFE(lle, &dchain, lle_chain, next) { in lltable_free()
|
| H A D | if_bridge.c | 2799 CK_LIST_FOREACH_SAFE(brt, &sc->sc_rtlist, brt_list, nbrt) { in bridge_rttrim() 2842 CK_LIST_FOREACH_SAFE(brt, &sc->sc_rtlist, brt_list, nbrt) { in bridge_rtage() 2862 CK_LIST_FOREACH_SAFE(brt, &sc->sc_rtlist, brt_list, nbrt) { in bridge_rtflush() 2907 CK_LIST_FOREACH_SAFE(brt, &sc->sc_rtlist, brt_list, nbrt) { in bridge_rtdelete()
|
| H A D | bpf.c | 2753 CK_LIST_FOREACH_SAFE(bp, &bpf_iflist, bif_next, bp_temp) { in bpfdetach()
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_queue.h | 377 #define CK_LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_ratelimit.c | 1157 CK_LIST_FOREACH_SAFE(rs, &int_rs, next, nrs) { in tcp_rl_ifnet_departure() 1185 CK_LIST_FOREACH_SAFE(rs, &int_rs, next, nrs) { in tcp_rl_shutdown()
|
| H A D | in_pcb.c | 1939 CK_LIST_FOREACH_SAFE(inp, pcbinfo->ipi_listhead, inp_list, inp_temp) { in in_pcbnotifyall()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.c | 683 CK_LIST_FOREACH_SAFE(inp, pcbinfo->ipi_listhead, inp_list, inp_temp) { in in6_pcbnotify()
|