Searched refs:SLIST_INSERT_HEAD (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dmulticast_list.c144 SLIST_INSERT_HEAD(&new_mc_list, mc, mc_entries);
H A Dpf_table.c317 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
411 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
474 SLIST_INSERT_HEAD(&changeq, p, pfrke_workq);
492 SLIST_INSERT_HEAD(&addq, p, pfrke_workq);
702 SLIST_INSERT_HEAD(&workq, p, pfrke_workq);
1080 SLIST_INSERT_HEAD(w->pfrw_workq, ke, pfrke_workq);
1166 SLIST_INSERT_HEAD(&workq, p, pfrkt_workq);
1207 SLIST_INSERT_HEAD(&addq, p, pfrkt_workq);
1229 SLIST_INSERT_HEAD(&addq, r, pfrkt_workq);
1237 SLIST_INSERT_HEAD(
[all...]
H A Dnet_str_id.c134 SLIST_INSERT_HEAD(&net_str_id_list, entry, nsi_next);
H A Dpf_osfp.c391 SLIST_INSERT_HEAD(&fp->fp_oses, entry, fp_entry);
510 SLIST_INSERT_HEAD(list, ins, fp_next);
H A Dkpi_interface.c1338 SLIST_INSERT_HEAD(&ifal_head, ifal, ifal_le);
1695 SLIST_INSERT_HEAD(&ifl_head, ifl, ifl_le);
H A Ddlil.c3988 SLIST_INSERT_HEAD(&ifp->if_proto_hash[hash_value],
5738 SLIST_INSERT_HEAD(&ifnet_fclist, fce, fce_link);
H A Dpf_ioctl.c392 SLIST_INSERT_HEAD(&token_list_head, new_token, next);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_prproxy.c454 SLIST_INSERT_HEAD(&up_head, up, ndprl_le);
494 SLIST_INSERT_HEAD(&down_head, down, ndprl_le);
651 SLIST_INSERT_HEAD(&up_head, up, ndprl_le);
678 SLIST_INSERT_HEAD(&down_head, down, ndprl_le);
793 SLIST_INSERT_HEAD(&ndprl_head, ndprl, ndprl_le);
909 SLIST_INSERT_HEAD(&ndprl_head, ndprl, ndprl_le);
1023 SLIST_INSERT_HEAD(&ndprl_head, ndprl, ndprl_le);
1058 SLIST_INSERT_HEAD(&ndprl_head, ndprl, ndprl_le);
H A Dmld6.c249 SLIST_INSERT_HEAD(_head, _in6m, in6m_dtle); \
1791 SLIST_INSERT_HEAD(&mli->mli_relinmhead,
1888 SLIST_INSERT_HEAD(&mli->mli_relinmhead, inm,
2163 SLIST_INSERT_HEAD(&mli->mli_relinmhead, inm,
/darwin-on-arm/xnu/bsd/kern/
H A Dvm_pressure.c365 SLIST_INSERT_HEAD(&vm_pressure_klist, kn, kn_selnext);
H A Duipc_mbuf2.c531 SLIST_INSERT_HEAD(&m->m_pkthdr.tags, t, m_tag_link);
662 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link);
H A Dkern_event.c766 SLIST_INSERT_HEAD(&timer_list, kn, kn_selnext);
2430 SLIST_INSERT_HEAD(list, kn, kn_selnext);
2581 SLIST_INSERT_HEAD(list, kn, kn_link);
H A Dkern_newsysctl.c267 SLIST_INSERT_HEAD(parent, oidp, oid_link);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp350 SLIST_INSERT_HEAD(&foundKext->classList, ce, lLink);
452 SLIST_INSERT_HEAD(&found->counterList, counter, link);
508 SLIST_INSERT_HEAD(&found->workLoopList, counter, link);
556 SLIST_INSERT_HEAD(&found->userClientList, counter, link);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c113 SLIST_INSERT_HEAD(&hfs_encoding_list, encp, link);
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c290 SLIST_INSERT_HEAD(_head, _inm, inm_dtle); \
2125 SLIST_INSERT_HEAD(&igi->igi_relinmhead,
2278 SLIST_INSERT_HEAD(&igi->igi_relinmhead, inm, inm_nrele);
2585 SLIST_INSERT_HEAD(&igi->igi_relinmhead, inm, inm_nrele);
H A Dip_dummynet.c2141 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)],
2187 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)],
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c827 SLIST_INSERT_HEAD(fcl, fce, fce_link);
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h223 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c524 SLIST_INSERT_HEAD(&req->r_gss_seqlist, gsp, gss_seqnext);

Completed in 202 milliseconds