Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/man/man3/
H A DMakefile37 queue.3 LIST_INSERT_AFTER.3 \
/xnu-12377.1.9/bsd/net/
H A Dremote_vif.c249 LIST_INSERT_AFTER(itr, client, _cle); in rvi_insert_client()
H A Dpf_norm.c696 LIST_INSERT_AFTER(frep, frent, fr_next); in pf_reassemble()
959 LIST_INSERT_AFTER(frp, cur, fr_next); in pf_fragcache()
1331 LIST_INSERT_AFTER(frep, frent, fr_next); in pf_reassemble6()
1662 LIST_INSERT_AFTER(frp, cur, fr_next); in pf_frag6cache()
H A Dnecp.c191LIST_INSERT_AFTER(tmpelm, elm, field); \
204LIST_INSERT_AFTER(tmpelm, elm, field); \
217LIST_INSERT_AFTER(tmpelm, elm, field); \
H A Dif_bridge.c7178 LIST_INSERT_AFTER(lbrt, brt, brt_hash);
/xnu-12377.1.9/bsd/sys/
H A Dqueue.h542 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
/xnu-12377.1.9/bsd/nfs/
H A Dnfs_subs.c1877 LIST_INSERT_AFTER(nxfs3, nxfs, nxfs_next); in nfsrv_export()
1936 LIST_INSERT_AFTER(nx3, nx, nx_next); in nfsrv_export()
H A Dnfs_serv.c1174 LIST_INSERT_AFTER(pfp, fp, fm_link); in nfsrv_fmod_timer()
1620 LIST_INSERT_AFTER(owp, nd, nd_tq); in nfsrv_writegather()
1638 LIST_INSERT_AFTER(owp, nd, nd_hash); in nfsrv_writegather()
/xnu-12377.1.9/bsd/netinet/
H A Dmptcp.c388 LIST_INSERT_AFTER(p, te, tqe_q); in mptcp_reass()
H A Dtcp_input.c751 LIST_INSERT_AFTER(p, te, tqe_q); in tcp_reass()
/xnu-12377.1.9/bsd/netkey/
H A Dkey.c343 LIST_INSERT_AFTER(curelm, elm, field);\