Searched refs:SLIST_INSERT_AFTER (Results 1 – 8 of 8) sorted by relevance
| /xnu-8796.121.2/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 | 2660 SLIST_INSERT_AFTER(iter_prev, entry, cfe_order_link); in cfil_info_attach_unit()
|
| H A D | dlil.c | 8297 SLIST_INSERT_AFTER(prev_proto, proto, next_hash); in dlil_attach_protocol()
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | uipc_mbuf2.c | 605 SLIST_INSERT_AFTER(tprev, t, m_tag_link); in m_tag_copy_chain()
|
| H A D | posix_shm.c | 633 SLIST_INSERT_AFTER(pshmobj_last, pshmobj, pshmo_next); in pshm_truncate()
|
| /xnu-8796.121.2/osfmk/ipc/ |
| H A D | ipc_pset.c | 544 SLIST_INSERT_AFTER(hd, kn, kn_selnext); in filt_machport_link()
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | queue.h | 288 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
|
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | tcp_subr.c | 3726 SLIST_INSERT_AFTER(prev, rxseg, rx_link); in tcp_rxtseg_insert() 4311 SLIST_INSERT_AFTER(elm, nm, notify_next); in tcp_add_notify_ack_marker()
|