Home
last modified time | relevance | path

Searched refs:LIST_NEXT (Results 1 – 24 of 24) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dqueue.h508 LIST_NEXT((elm), field) != NULL && \
509 LIST_NEXT((elm), field)->field.le_prev != \
533 (var) = LIST_NEXT((var), field))
537 (var) && ((tvar) = LIST_NEXT((var), field), 1); \
546 if ((LIST_NEXT((elm), field) = LIST_NEXT((listelm), field)) != NULL)\
547 LIST_NEXT((listelm), field)->field.le_prev = \
548 &LIST_NEXT((elm), field); \
549 LIST_NEXT((listelm), field) = (elm); \
550 (elm)->field.le_prev = &LIST_NEXT((listelm), field); \
556 LIST_NEXT((elm), field) = (listelm); \
[all …]
/xnu-8792.41.9/bsd/netinet/
H A Dip_encap.c168 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap4_input()
260 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap6_input()
345 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap_attach()
431 for (p = LIST_FIRST(&encaptab); p; p = LIST_NEXT(p, chain)) { in encap_detach()
H A Din_pcblist.c508 inp = LIST_NEXT(inp, inp_list)) { in inpcb_get_if_ports_used()
711 inp != NULL; inp = LIST_NEXT(inp, inp_list)) { in inpcb_count_opportunistic()
765 inp != NULL; inp = LIST_NEXT(inp, inp_list)) { in inpcb_find_anypcb_byaddr()
887 inp != NULL; inp = LIST_NEXT(inp, inp_list)) { in inp_limit_companion_link()
917 inp != NULL; inp = LIST_NEXT(inp, inp_list)) { in inp_recover_companion_link()
H A Din_var.h454 (step).i_inm = LIST_NEXT((step).i_inm, inm_link); \
H A Dtcp_timer.c455 if (LIST_NEXT((elm),field) != NULL && \
456 LIST_NEXT((elm),field)->field.le_prev != \
1894 listp->next_te = LIST_NEXT(&tp->tentry, le); in tcp_remove_timer()
H A Dmptcp.c363 nq = LIST_NEXT(q, tqe_q); in mptcp_reass()
H A Dudp_usrreq.c1182 inp = LIST_NEXT(inp, inp_list)) {
1306 inp = LIST_NEXT(inp, inp_list)) {
H A Dtcp_input.c746 nq = LIST_NEXT(q, tqe_q); in tcp_reass()
/xnu-8792.41.9/bsd/security/audit/
H A Daudit_mac.c130 next = LIST_NEXT(head, records); in audit_mac_free()
/xnu-8792.41.9/bsd/net/
H A Dpf_norm.c675 next = LIST_NEXT(frea, fr_next); in pf_reassemble()
706 next = LIST_NEXT(frep, fr_next); in pf_reassemble()
731 next = LIST_NEXT(frent, fr_next); in pf_reassemble()
742 next = LIST_NEXT(frent, fr_next); in pf_reassemble()
1307 next = LIST_NEXT(frea, fr_next); in pf_reassemble6()
1338 next = LIST_NEXT(frep, fr_next); in pf_reassemble6()
1368 next = LIST_NEXT(frent, fr_next); in pf_reassemble6()
1421 next = LIST_NEXT(frent, fr_next); in pf_reassemble6()
1428 next = LIST_NEXT(frent, fr_next); in pf_reassemble6()
H A Dremote_vif.c248 if (LIST_NEXT(itr, _cle) == NULL) { in rvi_insert_client()
H A Dif_vlan.c857 next = LIST_NEXT(ifv, ifv_vlan_list); in vlan_parent_remove_all_vlans()
1556 if (LIST_NEXT(LIST_FIRST(&vlp->vlp_vlan_list), ifv_vlan_list) == NULL) { in vlan_unconfig()
H A Dnecp.c181 …if (LIST_NEXT(tmpelm, field) == NULL || LIST_NEXT(tmpelm, field)->sortfield >= (elm)->sortfield) {…
194LIST_NEXT(tmpelm, field) == NULL || (LIST_NEXT(tmpelm, field)->firstsortfield > (elm)->firstsortfi…
207LIST_NEXT(tmpelm, field) == NULL || (LIST_NEXT(tmpelm, field)->firstsortfield > (elm)->firstsortfi…
H A Dif.c799 ifc = LIST_NEXT(ifc, ifc_list), count--, dst += IFNAMSIZ) { in if_clone_list()
4901 ifma = LIST_NEXT(ifma, ifma_link)) { in if_addmulti_doesexist()
5277 ifma = LIST_NEXT(ifma, ifma_link)) { in if_delmulti_common()
H A Drtsock.c2053 ifma != NULL; ifma = LIST_NEXT(ifma, ifma_link)) { in sysctl_iflist2()
H A Dif_bridge.c7062 if (LIST_NEXT(lbrt, brt_hash) == NULL) {
7066 lbrt = LIST_NEXT(lbrt, brt_hash);
/xnu-8792.41.9/bsd/netkey/
H A Dkey.c323 for (elm = LIST_FIRST(head); elm; elm = LIST_NEXT(elm, field))
333 while (LIST_NEXT(curelm, field)) \
334 curelm = LIST_NEXT(curelm, field);\
1151 nextsav = LIST_NEXT(sav, chain); in key_do_allocsa_policy()
1560 nextsav = LIST_NEXT(sav, chain); in key_checksa_present()
1663 nextsav = LIST_NEXT(currsav, chain); in key_do_get_translated_port()
3887 nextsav = LIST_NEXT(sav, chain); in key_delsah()
5911 nextsp = LIST_NEXT(sp, chain); in key_timehandler()
5947 nextsah = LIST_NEXT(sah, chain); in key_timehandler()
5977 nextsav = LIST_NEXT(sav, chain); in key_timehandler()
[all …]
/xnu-8792.41.9/bsd/netinet6/
H A Dmld6.c1676 mli = LIST_NEXT(mli, mli_link); in mld_timeout()
1683 mli = LIST_NEXT(mli, mli_link); in mld_timeout()
1716 mli = LIST_NEXT(mli, mli_link); in mld_timeout()
1751 mli = LIST_NEXT(mli, mli_link); in mld_timeout()
1833 mli = LIST_NEXT(mli, mli_link); in mld_timeout()
H A Din6_pcb.c1126 ninp = LIST_NEXT(inp, inp_list); in in6_pcbnotify()
H A Dnd6_rtr.c3134 pfxrtr = LIST_NEXT(pfxrtr, pfr_entry); in find_pfxlist_reachable_router()
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_syscalls.c1917 nfp = LIST_NEXT(fp, fm_link); in nfsrv_cleanup()
H A Dnfs_subs.c2244 for (; nx; nx = LIST_NEXT(nx, nx_hash)) { in nfsrv_fhtoexport()
H A Dnfs_serv.c1159 nfp = LIST_NEXT(fp, fm_link); in nfsrv_fmod_timer()
/xnu-8792.41.9/bsd/kern/
H A Dkern_event.c8324 ev_pcb = LIST_NEXT(ev_pcb, evp_link)) { in kev_post_msg_internal()
8509 i++, ev_pcb = LIST_NEXT(ev_pcb, evp_link)) {