tcp_hpts_insert
tcp_hpts_insert(pace, tp, large_timeout_usecs, NULL);
tcp_hpts_insert(pace, tp2, huge_timeout_usecs, NULL);
tcp_hpts_insert(pace, tp, 0, NULL); /* Should insert immediately (0 timeout) */
tcp_hpts_insert(pace, tp, (NUM_OF_HPTSI_SLOTS - 1) * HPTS_USECS_PER_SLOT, NULL);
tcp_hpts_insert(pace, tp, 1, NULL);
tcp_hpts_insert(pace, tcpcbs[i], 100, NULL);
tcp_hpts_insert(pace, tp1, 100, NULL);
tcp_hpts_insert(pace, tp2, 100, NULL);
tcp_hpts_insert(pace, tp, 100, NULL);
tcp_hpts_insert(pace, tp1, timeout_usecs, NULL);
tcp_hpts_insert(pace, tp2, timeout_usecs, NULL);
tcp_hpts_insert(pace, tp, timeout_usecs, NULL);
tcp_hpts_insert(pace, tp, 500, NULL);
tcp_hpts_insert(pace, tcpcbs[i], 100 + (i % 1000), NULL);
tcp_hpts_insert(pace, tcpcbs[i], timeout_usecs, NULL);
tcp_hpts_insert(pace, tp1, 100, NULL);
tcp_hpts_insert(pace, tp2, 100, NULL);
tcp_hpts_insert(tp, toval, &diag);
tcp_hpts_insert(tp, left, NULL);
tcp_hpts_insert(tp, pacing_delay, &diag);
tcp_hpts_insert(tp, hpts_timeout, &diag);
tcp_hpts_insert(tp, toval, &diag);
tcp_hpts_insert(tp, tov, &diag);
tcp_hpts_insert(tp, hpts_timeout, &diag);
tcp_hpts_insert(tp, usecs, &diag);
tcp_hpts_insert(tp, hpts_timeout, &diag);
tcp_hpts_insert(tp, left, NULL);