Home
last modified time | relevance | path

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

/iperf/src/
H A Dqueue.h132 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
H A Diperf_api.c2836 SLIST_INSERT_AFTER(tcp, udp, protocols); in iperf_defaults()
2857 SLIST_INSERT_AFTER(udp, sctp, protocols); in iperf_defaults()
4388 SLIST_INSERT_AFTER(prev, sp, streams); in iperf_add_stream()