__tcp_hpts_remove
void __tcp_hpts_remove(struct tcp_hptsi *pace, struct tcpcb *);
#define tcp_hpts_remove(tp) __tcp_hpts_remove(tcp_hptsi_pace, tp)
#define tcp_hpts_remove(pace, tp) __tcp_hpts_remove((pace), (tp))