Searched refs:SLIST_INSERT_AFTER (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | pf_osfp.c | 521 SLIST_INSERT_AFTER(prev, ins, fp_next); in pf_osfp_insert()
|
| H A D | content_filter.c | 2755 SLIST_INSERT_AFTER(iter_prev, entry, cfe_order_link); in cfil_info_attach_unit()
|
| H A D | dlil.c | 8265 SLIST_INSERT_AFTER(prev_proto, proto, next_hash); in dlil_attach_protocol()
|
| /xnu-11215.81.4/osfmk/ipc/ |
| H A D | ipc_pset.c | 555 SLIST_INSERT_AFTER(hd, kn, kn_selnext); in filt_machport_link()
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | posix_shm.c | 635 SLIST_INSERT_AFTER(pshmobj_last, pshmobj, pshmo_next); in pshm_truncate()
|
| H A D | uipc_mbuf2.c | 990 SLIST_INSERT_AFTER(tprev, t, m_tag_link); in m_tag_copy_chain()
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | queue.h | 289 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_subr.c | 3875 SLIST_INSERT_AFTER(prev, rxseg, rx_link); in tcp_rxtseg_insert() 5129 SLIST_INSERT_AFTER(elm, nm, notify_next); in tcp_add_notify_ack_marker()
|