Searched refs:LIST_INSERT_AFTER (Results 1 – 11 of 11) sorted by relevance
| /xnu-10063.141.1/bsd/man/man3/ |
| H A D | Makefile | 37 queue.3 LIST_INSERT_AFTER.3 \
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | remote_vif.c | 249 LIST_INSERT_AFTER(itr, client, _cle); in rvi_insert_client()
|
| H A D | pf_norm.c | 695 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 D | necp.c | 186 … LIST_INSERT_AFTER(tmpelm, elm, field); \ 199 … LIST_INSERT_AFTER(tmpelm, elm, field); \ 212 … LIST_INSERT_AFTER(tmpelm, elm, field); \
|
| H A D | if_bridge.c | 7221 LIST_INSERT_AFTER(lbrt, brt, brt_hash);
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | queue.h | 544 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ macro
|
| /xnu-10063.141.1/bsd/nfs/ |
| H A D | nfs_subs.c | 1876 LIST_INSERT_AFTER(nxfs3, nxfs, nxfs_next); in nfsrv_export() 1935 LIST_INSERT_AFTER(nx3, nx, nx_next); in nfsrv_export()
|
| H A D | nfs_serv.c | 1173 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()
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | mptcp.c | 380 LIST_INSERT_AFTER(p, te, tqe_q); in mptcp_reass()
|
| H A D | tcp_input.c | 776 LIST_INSERT_AFTER(p, te, tqe_q); in tcp_reass()
|
| /xnu-10063.141.1/bsd/netkey/ |
| H A D | key.c | 336 LIST_INSERT_AFTER(curelm, elm, field);\
|