Home
last modified time | relevance | path

Searched refs:SLIST_FOREACH_SAFE (Results 1 – 20 of 20) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/core/
H A Dskywalk_sysctl.c156 SLIST_FOREACH_SAFE(oid, &skoid->sko_oid_list, oid_link, oid_tmp) { in skoid_destroy()
/xnu-8019.80.24/bsd/netinet6/
H A Dnd6_prproxy.c239 SLIST_FOREACH_SAFE(up, up_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute()
296 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute()
946 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_ns_output()
1082 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_ns_input()
1221 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_na_input()
H A Dmld6.c249 SLIST_FOREACH_SAFE(_in6m, _head, in6m_dtle, _inm_tmp) { \
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpbufpool.c1325 SLIST_FOREACH_SAFE(kbft, &bkt->upp_head, kbe_buf_upp_link, tbft) { in pp_remove_upp_bft_locked()
1419 SLIST_FOREACH_SAFE(kqum, &bkt->upp_head, qum_upp_link, tqum) { in pp_remove_upp_locked()
1456 SLIST_FOREACH_SAFE(kqum, &bkt->upp_head, qum_upp_link, tqum) { in pp_find_upp()
1481 SLIST_FOREACH_SAFE(kqum, &bkt->upp_head, qum_upp_link, tqum) { in pp_purge_upp_locked()
1512 SLIST_FOREACH_SAFE(kbft, &bkt->upp_head, kbe_buf_upp_link, in pp_purge_upp_bft_locked()
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_notify.c1617 SLIST_FOREACH_SAFE(kn_cur, &memorystatus_klist, kn_selnext, kn_temp) { in memorystatus_update_vm_pressure()
1637 SLIST_FOREACH_SAFE(kn_cur, &dispatch_klist, kn_selnext, kn_temp) { in memorystatus_update_vm_pressure()
H A Dkern_event.c5995 SLIST_FOREACH_SAFE(kn, list, kn_selnext, kn_next) { in knote_vanish()
/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.c1540 SLIST_FOREACH_SAFE(tpcache, &head->tcp_caches, list, tmp) { in sysctl_cleartfocache()
1547 SLIST_FOREACH_SAFE(tpheur, &hhead->tcp_heuristics, list, htmp) { in sysctl_cleartfocache()
H A Dip_dummynet.c1885 SLIST_FOREACH_SAFE(fs, &flowsethash[i], next, fs1) { in dummynet_flush()
1891 SLIST_FOREACH_SAFE(pipe, &pipehash[i], next, pipe1) { in dummynet_flush()
H A Dtcp_subr.c3761 SLIST_FOREACH_SAFE(rxseg, &tp->t_rxt_segments, rx_link, next) { in tcp_rxtseg_clean()
4318 SLIST_FOREACH_SAFE(elm, &tp->t_notify_ack, notify_next, next) { in tcp_notify_ack_free()
4364 SLIST_FOREACH_SAFE(elm, &tp->t_notify_ack, notify_next, next) { in tcp_get_notify_ack_ids()
H A Digmp.c297 SLIST_FOREACH_SAFE(_inm, _head, inm_dtle, _inm_tmp) { \
/xnu-8019.80.24/bsd/sys/
H A Dqueue.h274 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ macro
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c661 SLIST_FOREACH_SAFE(naf, &nif->nif_agent_flow_list, naf_link, naf_tmp) { in nx_netif_agent_flow_purge()
H A Dnx_netif_llink.c139 SLIST_FOREACH_SAFE(qset, &llink->nll_qset_list, nqs_list, tqset) { in nx_netif_llink_free()
/xnu-8019.80.24/bsd/skywalk/mem/
H A Dskmem_cache.c1035 SLIST_FOREACH_SAFE(bc, &sl->sl_head, bc_link, tbc) { in skmem_slab_destroy()
1416 SLIST_FOREACH_SAFE(bc, &bcb->bcb_head, bc_link, tbc) { in skmem_slab_free_locked()
/xnu-8019.80.24/bsd/net/
H A Dkpi_interface.c2101 SLIST_FOREACH_SAFE(ifal, &ifal_head, ifal_le, ifal_tmp) { in ifnet_get_address_list_family_internal()
2555 SLIST_FOREACH_SAFE(ifl, &ifl_head, ifl_le, ifl_tmp) { in ifnet_list_get_common()
H A Dpf_ioctl.c384 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in remove_token()
405 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in invalidate_all_tokens()
2352 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) { in pfioctl_ioc_tokens()
/xnu-8019.80.24/bsd/skywalk/namespace/
H A Dnetns.c1675 SLIST_FOREACH_SAFE(token, &ifp->if_netns_tokens, nt_ifp_link, in netns_ifnet_detach()
/xnu-8019.80.24/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp945 SLIST_FOREACH_SAFE(entry, fArenaHead, link, tentry) { in free()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_gss.c2194 SLIST_FOREACH_SAFE(gsp, &req->r_gss_seqlist, gss_seqnext, ngsp) { in nfs_gss_clnt_rpcdone()
H A Dnfs_socket.c4227 SLIST_FOREACH_SAFE(gsp, &req->r_gss_seqlist, gss_seqnext, ngsp) in nfs_request_destroy()