Lines Matching defs:tp
178 tcp_dsack_block_exists(struct tcpcb *tp) in tcp_dsack_block_exists()
193 tcp_update_dsack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) in tcp_update_dsack_list()
289 tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) in tcp_update_sack_list()
426 tcp_clean_dsack_blocks(struct tcpcb *tp) in tcp_clean_dsack_blocks()
468 tcp_clean_sackreport(struct tcpcb *tp) in tcp_clean_sackreport()
482 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) in tcp_sackhole_alloc()
510 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free()
526 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, in tcp_sackhole_insert()
553 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_remove()
576 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) in tcp_sack_doack()
925 tcp_free_sackholes(struct tcpcb *tp) in tcp_free_sackholes()
950 tcp_resend_sackholes(struct tcpcb *tp) in tcp_resend_sackholes()
971 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th, u_int *maxsegp) in tcp_sack_partialack()
1061 tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt) in tcp_sack_output()
1111 tcp_sack_adjust(struct tcpcb *tp) in tcp_sack_adjust()
1156 tcp_sack_lost_retransmission(struct tcpcb *tp, struct tcphdr *th) in tcp_sack_lost_retransmission()