| /xnu-12377.61.12/bsd/sys/ |
| H A D | queue.h | 508 LIST_NEXT((elm), field) != NULL && \ 509 LIST_NEXT((elm), field)->field.le_prev != \ 531 (var) = LIST_NEXT((var), field)) 535 (var) && ((tvar) = LIST_NEXT((var), field), 1); \ 544 if ((LIST_NEXT((elm), field) = LIST_NEXT((listelm), field)) != NULL)\ 545 LIST_NEXT((listelm), field)->field.le_prev = \ 546 &LIST_NEXT((elm), field); \ 547 LIST_NEXT((listelm), field) = (elm); \ 548 (elm)->field.le_prev = &LIST_NEXT((listelm), field); \ 554 LIST_NEXT((elm), field) = (listelm); \ [all …]
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | ip_encap.c | 169 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() 344 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap_attach() 430 for (p = LIST_FIRST(&encaptab); p; p = LIST_NEXT(p, chain)) { in encap_detach()
|
| H A D | in_pcblist.c | 513 inp = LIST_NEXT(inp, inp_list)) { in inpcb_get_if_ports_used() 780 inp != NULL; inp = LIST_NEXT(inp, inp_list)) { in inpcb_count_opportunistic() 834 inp != NULL; inp = LIST_NEXT(inp, inp_list)) { in inpcb_find_anypcb_byaddr() 956 inp != NULL; inp = LIST_NEXT(inp, inp_list)) { in inp_limit_companion_link() 986 inp != NULL; inp = LIST_NEXT(inp, inp_list)) { in inp_recover_companion_link()
|
| H A D | in_var.h | 518 (step).i_inm = LIST_NEXT((step).i_inm, inm_link); \
|
| H A D | tcp_timer.c | 451 if (LIST_NEXT((elm),field) != NULL && \ 452 LIST_NEXT((elm),field)->field.le_prev != \ 1861 listp->next_te = LIST_NEXT(&tp->tentry, te_le); in tcp_remove_timer()
|
| H A D | mptcp.c | 371 nq = LIST_NEXT(q, tqe_q); in mptcp_reass()
|
| H A D | udp_usrreq.c | 1299 inp = LIST_NEXT(inp, inp_list)) { 1423 inp = LIST_NEXT(inp, inp_list)) {
|
| H A D | tcp_input.c | 737 nq = LIST_NEXT(q, tqe_q); in tcp_reass()
|
| /xnu-12377.61.12/bsd/security/audit/ |
| H A D | audit_mac.c | 130 next = LIST_NEXT(head, records); in audit_mac_free()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | pf_norm.c | 676 next = LIST_NEXT(frea, fr_next); in pf_reassemble() 707 next = LIST_NEXT(frep, fr_next); in pf_reassemble() 732 next = LIST_NEXT(frent, fr_next); in pf_reassemble() 743 next = LIST_NEXT(frent, fr_next); in pf_reassemble() 1311 next = LIST_NEXT(frea, fr_next); in pf_reassemble6() 1342 next = LIST_NEXT(frep, fr_next); in pf_reassemble6() 1372 next = LIST_NEXT(frent, fr_next); in pf_reassemble6() 1426 next = LIST_NEXT(frent, fr_next); in pf_reassemble6() 1433 next = LIST_NEXT(frent, fr_next); in pf_reassemble6()
|
| H A D | remote_vif.c | 248 if (LIST_NEXT(itr, _cle) == NULL) { in rvi_insert_client()
|
| H A D | if_vlan.c | 811 next = LIST_NEXT(ifv, ifv_vlan_list); in vlan_parent_remove_all_vlans() 1496 if (LIST_NEXT(LIST_FIRST(&vlp->vlp_vlan_list), ifv_vlan_list) == NULL) { in vlan_unconfig()
|
| H A D | necp.c | 190 …if (LIST_NEXT(tmpelm, field) == NULL || LIST_NEXT(tmpelm, field)->sortfield >= (elm)->sortfield) {… 203 …LIST_NEXT(tmpelm, field) == NULL || (LIST_NEXT(tmpelm, field)->firstsortfield > (elm)->firstsortfi… 216 …LIST_NEXT(tmpelm, field) == NULL || (LIST_NEXT(tmpelm, field)->firstsortfield > (elm)->firstsortfi…
|
| H A D | if.c | 884 ifc = LIST_NEXT(ifc, ifc_list), count--, dst += IFNAMSIZ) { in if_clone_list() 5612 ifma = LIST_NEXT(ifma, ifma_link)) { in if_addmulti_doesexist() 5992 ifma = LIST_NEXT(ifma, ifma_link)) { in if_delmulti_common()
|
| H A D | rtsock.c | 2275 ifma != NULL; ifma = LIST_NEXT(ifma, ifma_link)) { in sysctl_iflist2()
|
| H A D | if_bridge.c | 7186 if (LIST_NEXT(lbrt, brt_hash) == NULL) { 7190 lbrt = LIST_NEXT(lbrt, brt_hash);
|
| /xnu-12377.61.12/bsd/netkey/ |
| H A D | key.c | 331 for (elm = LIST_FIRST(head); elm; elm = LIST_NEXT(elm, field)) 341 while (LIST_NEXT(curelm, field)) \ 342 curelm = LIST_NEXT(curelm, field);\ 1200 nextsav = LIST_NEXT(sav, chain); in key_do_allocsa_policy() 1493 nextsav = LIST_NEXT(sav, chain); in key_checksa_present() 1596 nextsav = LIST_NEXT(currsav, chain); in key_do_get_translated_port() 3862 nextsav = LIST_NEXT(sav, chain); in key_delsah() 5974 nextsp = LIST_NEXT(sp, chain); in key_timehandler() 6010 nextsah = LIST_NEXT(sah, chain); in key_timehandler() 6041 nextsav = LIST_NEXT(sav, chain); in key_timehandler() [all …]
|
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | mld6.c | 1676 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() 1832 mli = LIST_NEXT(mli, mli_link); in mld_timeout()
|
| H A D | in6_pcb.c | 1170 ninp = LIST_NEXT(inp, inp_list); in in6_pcbnotify()
|
| H A D | nd6_rtr.c | 3252 pfxrtr = LIST_NEXT(pfxrtr, pfr_entry); in find_pfxlist_reachable_router()
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_kern.c | 3291 assert(LIST_NEXT(meta, km_link) == NULL); in kmem_init_allocated_chunk() 3410 LIST_NEXT(adj_free_meta, km_link) = NULL; in kmem_get_new_chunk() 3544 LIST_NEXT(meta, km_link) = NULL; in kmem_get_free_chunk_from_list()
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_syscalls.c | 1956 nfp = LIST_NEXT(fp, fm_link); in nfsrv_cleanup()
|
| H A D | nfs_subs.c | 2221 for (; nx; nx = LIST_NEXT(nx, nx_hash)) { in nfsrv_fhtoexport()
|
| H A D | nfs_serv.c | 1170 nfp = LIST_NEXT(fp, fm_link); in nfsrv_fmod_timer()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_event.c | 8962 ev_pcb = LIST_NEXT(ev_pcb, evp_link)) { 9144 i++, ev_pcb = LIST_NEXT(ev_pcb, evp_link)) {
|