Home
last modified time | relevance | path

Searched refs:TAILQ_INSERT_HEAD (Results 1 – 2 of 2) sorted by relevance

/iperf/src/
H A Diperf_sctp.c721 TAILQ_INSERT_HEAD(&test->xbind_addrs, xbe0, link); in iperf_sctp_bindx()
H A Dqueue.h353 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ macro