Searched refs:SLIST_CONCAT (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/windows/include/sys/ |
| H A D | queue.h | 185 #define SLIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /f-stack/freebsd/sys/ |
| H A D | queue.h | 215 #define SLIST_CONCAT(head1, head2, type, field) do { \ macro
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_mcast.c | 529 SLIST_CONCAT(&in6m_free_list, inmh, in6_multi, in6m_nrele); in in6m_release_list_deferred() 613 SLIST_CONCAT(&in6m_free_tmp, &in6m_free_list, in6_multi, in6m_nrele); in in6m_release_task()
|
| /f-stack/freebsd/netinet/ |
| H A D | in_mcast.c | 258 SLIST_CONCAT(&inm_free_list, inmh, in_multi, inm_nrele); in inm_release_list_deferred() 320 SLIST_CONCAT(&inm_free_tmp, &inm_free_list, in_multi, inm_nrele); in inm_release_task()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 2339 SLIST_CONCAT(&V_dyn_expired_ipv4, &expired_ipv4, in dyn_expire_states() 2342 SLIST_CONCAT(&V_dyn_expired_ipv6, &expired_ipv6, in dyn_expire_states()
|