Searched refs:SLIST_CONCAT (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | queue_mergesort.h | 188 SLIST_INSERT_HEAD, SLIST_INSERT_AFTER_4, SLIST_CONCAT, SLIST_REMOVE_HEAD)
|
| H A D | queue.h | 216 #define SLIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /freebsd-14.2/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 184 #define SLIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /freebsd-14.2/sys/netinet/ |
| H A D | in_mcast.c | 249 SLIST_CONCAT(&inm_free_list, inmh, in_multi, inm_nrele); in inm_release_list_deferred() 310 SLIST_CONCAT(&inm_free_tmp, &inm_free_list, in_multi, inm_nrele); in inm_release_task()
|
| /freebsd-14.2/sys/netinet6/ |
| H A D | in6_mcast.c | 562 SLIST_CONCAT(&in6m_free_list, inmh, in6_multi, in6m_nrele); in in6m_release_list_deferred() 646 SLIST_CONCAT(&in6m_free_tmp, &in6m_free_list, in6_multi, in6m_nrele); in in6m_release_task()
|
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 2337 SLIST_CONCAT(&V_dyn_expired_ipv4, &expired_ipv4, in dyn_expire_states() 2340 SLIST_CONCAT(&V_dyn_expired_ipv6, &expired_ipv6, in dyn_expire_states()
|