Searched refs:tcp_tcpha (Results 1 – 5 of 5) sorted by relevance
331 tcp->tcp_tcpha->tha_seq = htonl(tcp->tcp_snxt); in tcp_unfuse()332 tcp->tcp_tcpha->tha_ack = htonl(tcp->tcp_rnxt); in tcp_unfuse()333 peer_tcp->tcp_tcpha->tha_seq = htonl(peer_tcp->tcp_snxt); in tcp_unfuse()334 peer_tcp->tcp_tcpha->tha_ack = htonl(peer_tcp->tcp_rnxt); in tcp_unfuse()
521 tcp->tcp_tcpha = NULL; in tcp_cleanup()2108 tcp->tcp_tcpha = NULL;2117 DONTCARE(tcp->tcp_tcpha);2893 tcp->tcp_tcpha = tcpha; in tcp_build_hdrs()2983 if (tcp->tcp_tcpha != NULL) { in tcp_rwnd_set()2984 tcp->tcp_tcpha->tha_win = in tcp_rwnd_set()3059 if (tcp->tcp_tcpha != NULL) { in tcp_rwnd_set()3060 tcp->tcp_tcpha->tha_win = in tcp_rwnd_set()4233 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_do_connect()
502 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_wput_data()1260 tcpha = tcp->tcp_tcpha; in tcp_output()1884 tcpha = tcp->tcp_tcpha; in tcp_send()2429 tcp->tcp_tcpha->tha_win = tcpha->tha_win; in tcp_xmit_ctl()3117 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_mp()3645 tcp_tmpl = tcp->tcp_tcpha; in tcp_fill_header()
451 tmp_tcph = (char *)tcp->tcp_tcpha; in tcp_process_options()467 tcp->tcp_tcpha->tha_offset_and_reserved += (3 << 4); in tcp_process_options()1708 eager->tcp_tcpha->tha_ack = htonl(eager->tcp_rnxt); in tcp_input_listener()2100 tcp->tcp_tcpha->tha_win = in tcp_ack_mp()2541 tcp->tcp_tcpha->tha_ack = htonl(tcp->tcp_rnxt); in tcp_input_data()4549 tcpha = tcp->tcp_tcpha; in tcp_input_data()4623 tcpha = tcp->tcp_tcpha; in tcp_input_data()5326 thwin = ((uint_t)ntohs(tcp->tcp_tcpha->tha_win)) in tcp_rwnd_reopen()
367 tcpha_t *tcp_tcpha; /* TCP header in conn_ht_iphc */ member