Home
last modified time | relevance | path

Searched refs:LIST_INSERT_AFTER (Results 1 – 13 of 13) sorted by relevance

/xnu-8019.80.24/bsd/man/man3/
H A DMakefile37 queue.3 LIST_INSERT_AFTER.3 \
/xnu-8019.80.24/bsd/net/
H A Dpf_norm.c695 LIST_INSERT_AFTER(frep, frent, fr_next); in pf_reassemble()
957 LIST_INSERT_AFTER(frp, cur, fr_next); in pf_fragcache()
1327 LIST_INSERT_AFTER(frep, frent, fr_next); in pf_reassemble6()
1657 LIST_INSERT_AFTER(frp, cur, fr_next); in pf_frag6cache()
H A Dnecp.c181LIST_INSERT_AFTER(tmpelm, elm, field); \
194LIST_INSERT_AFTER(tmpelm, elm, field); \
207LIST_INSERT_AFTER(tmpelm, elm, field); \
H A Dif_bridge.c6824 LIST_INSERT_AFTER(lbrt, brt, brt_hash);
/xnu-8019.80.24/bsd/sys/
H A Dqueue.h544 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/xnu-8019.80.24/bsd/netinet/
H A Dmptcp.c368 LIST_INSERT_AFTER(p, te, tqe_q); in mptcp_reass()
H A Dtcp_input.c761 LIST_INSERT_AFTER(p, te, tqe_q); in tcp_reass()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_serv.c1168 LIST_INSERT_AFTER(pfp, fp, fm_link); in nfsrv_fmod_timer()
1619 LIST_INSERT_AFTER(owp, nd, nd_tq); in nfsrv_writegather()
1637 LIST_INSERT_AFTER(owp, nd, nd_hash); in nfsrv_writegather()
H A Dnfs_subs.c3364 LIST_INSERT_AFTER(nxfs3, nxfs, nxfs_next); in nfsrv_export()
3423 LIST_INSERT_AFTER(nx3, nx, nx_next); in nfsrv_export()
H A Dnfs_bio.c3427 LIST_INSERT_AFTER(prevlbp, bp, nb_vnbufs); in nfs_flushcommits()
H A Dnfs_vnops.c6070 LIST_INSERT_AFTER(lastbp, bp, nb_vnbufs); in nfs_dir_cookie_to_lbn()
6294 LIST_INSERT_AFTER(lastbp, bp, nb_vnbufs); in nfs_dir_buf_cache_lookup()
/xnu-8019.80.24/bsd/kern/
H A Dkern_proc.c2166 LIST_INSERT_AFTER(parent, p, p_pglist); in pgrp_add_member()
/xnu-8019.80.24/bsd/netkey/
H A Dkey.c331 LIST_INSERT_AFTER(curelm, elm, field);\