Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_llatbl.c147 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 Dif_bridge.c2799 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 Dbpf.c2753 CK_LIST_FOREACH_SAFE(bp, &bpf_iflist, bif_next, bp_temp) { in bpfdetach()
/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h377 #define CK_LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/f-stack/freebsd/netinet/
H A Dtcp_ratelimit.c1157 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 Din_pcb.c1939 CK_LIST_FOREACH_SAFE(inp, pcbinfo->ipi_listhead, inp_list, inp_temp) { in in_pcbnotifyall()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c683 CK_LIST_FOREACH_SAFE(inp, pcbinfo->ipi_listhead, inp_list, inp_temp) { in in6_pcbnotify()