Home
last modified time | relevance | path

Searched refs:TAILQ_FIRST (Results 1 – 3 of 3) sorted by relevance

/iperf/src/
H A Dqueue.h324 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
333 (TAILQ_FIRST(head) == TAILQ_END(head))
336 for((var) = TAILQ_FIRST(head); \
H A Diperf_sctp.c626 xbe0 = TAILQ_FIRST(&test->xbind_addrs); in iperf_sctp_bindx()
H A Diperf_api.c2896 xbe = TAILQ_FIRST(&test->xbind_addrs); in iperf_free_test()
2976 t = TAILQ_FIRST(&test->server_output_list); in iperf_free_test()
3122 t = TAILQ_FIRST(&test->server_output_list); in iperf_reset_test()
4162 for (irp = TAILQ_FIRST(&sp->result->interval_results); irp != NULL; irp = nirp) { in iperf_free_stream()