Home
last modified time | relevance | path

Searched refs:SLIST_CONCAT (Results 1 – 7 of 7) sorted by relevance

/src/sys/sys/
H A Dqueue_mergesort.h188 SLIST_INSERT_HEAD, SLIST_INSERT_AFTER_4, SLIST_CONCAT, SLIST_REMOVE_HEAD)
H A Dqueue.h275 #define SLIST_CONCAT(head1, head2, type, field) do { \ macro
/src/tests/sys/sys/
H A Dqueue_test.c210 SLIST_CONCAT(first, second, slist_id_elem, ie_entry)
/src/contrib/libarchive/unzip/
H A Dla_queue.h184 #define SLIST_CONCAT(head1, head2, type, field) do { \ macro
/src/sys/netinet6/
H A Din6_mcast.c561 SLIST_CONCAT(&in6m_free_list, inmh, in6_multi, in6m_nrele); in in6m_release_list_deferred()
645 SLIST_CONCAT(&in6m_free_tmp, &in6m_free_list, in6_multi, in6m_nrele); in in6m_release_task()
/src/sys/netinet/
H A Din_mcast.c246 SLIST_CONCAT(&inm_free_list, inmh, in_multi, inm_nrele); in inm_release_list_deferred()
307 SLIST_CONCAT(&inm_free_tmp, &inm_free_list, in_multi, inm_nrele); in inm_release_task()
/src/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2389 SLIST_CONCAT(&V_dyn_expired_ipv4, &expired_ipv4, in dyn_expire_states()
2392 SLIST_CONCAT(&V_dyn_expired_ipv6, &expired_ipv6, in dyn_expire_states()