Lines Matching refs:tcp_seq
368 tcp_record_dsack(struct tcpcb *tp, tcp_seq start, tcp_seq end, int tlp) in tcp_record_dsack()
1737 tcp_seq ack, tcp_seq seq, uint16_t flags) in tcp_respond()
2825 tcp_seq icmp_tcp_seq; in tcp_ctlinput_with_port()
2982 tcp_seq icmp_tcp_seq; in tcp6_ctlinput_with_port()
3041 if (m->m_pkthdr.len < (int32_t) (off + sizeof(tcp_seq))) { in tcp6_ctlinput_with_port()
3044 m_copydata(m, off, sizeof(tcp_seq), (caddr_t)&icmp_tcp_seq); in tcp6_ctlinput_with_port()
3246 tcp_seq
3249 tcp_seq new_isn; in tcp_new_isn()
3262 new_isn = (tcp_seq)tcp_keyed_hash(inc, V_isn_secret, in tcp_new_isn()
4487 tcp_req_check_for_comp(struct tcpcb *tp, tcp_seq ack_point) in tcp_req_check_for_comp()
4517 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point) in tcp_req_is_entry_comp()
4532 tcp_req_find_a_req_that_is_completed_by(struct tcpcb *tp, tcp_seq th_ack, int *ip) in tcp_req_find_a_req_that_is_completed_by()
4561 tcp_req_find_req_for_seq(struct tcpcb *tp, tcp_seq seq) in tcp_req_find_req_for_seq()