Searched defs:SLIST_FOREACH_SAFE (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_prproxy.c291 SLIST_FOREACH_SAFE(up, up_head, ndprl_le, ndprl_tmp) { function
335 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { function
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h204 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c1711 SLIST_FOREACH_SAFE(kn, list, kn_selnext, tkn) { function
1717 SLIST_FOREACH_SAFE(kn, list, kn_selnext, tkn) { function
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c5736 SLIST_FOREACH_SAFE(fce, fcl, fce_link, tfce) { function

Completed in 58 milliseconds