Home
last modified time | relevance | path

Searched refs:STAILQ_SWAP (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dqueue.h380 #define STAILQ_SWAP(head1, head2, type) do { \ macro
/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h397 #define STAILQ_SWAP(head1, head2, type) do { \ macro
/f-stack/freebsd/sys/
H A Dqueue.h427 #define STAILQ_SWAP(head1, head2, type) do { \ macro
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c1270 STAILQ_SWAP(&jhead, &cfg->jhead, nat64lsn_job_item); in nat64lsn_do_request()