Lines Matching refs:tcp_iphc
697 if (tcp->tcp_iphc != NULL) { in tcp_free()
698 bkmem_free((caddr_t)tcp->tcp_iphc, tcp->tcp_iphc_len); in tcp_free()
699 tcp->tcp_iphc = NULL; in tcp_free()
1458 bkmem_free(acceptor->tcp_iphc, acceptor->tcp_iphc_len); in tcp_accept_comm()
1459 acceptor->tcp_iphc = bkmem_zalloc( in tcp_accept_comm()
1461 if (acceptor->tcp_iphc == NULL) { in tcp_accept_comm()
1474 bcopy(listener->tcp_iphc, acceptor->tcp_iphc, in tcp_accept_comm()
1476 acceptor->tcp_ipha = (struct ip *)acceptor->tcp_iphc; in tcp_accept_comm()
1477 acceptor->tcp_tcph = (tcph_t *)(acceptor->tcp_iphc + in tcp_accept_comm()
4989 src = (ipaddr_t *)tcp->tcp_iphc; in tcp_wput_data()
5472 if (tcp->tcp_iphc != NULL) { in tcp_header_init_ipv4()
5474 bzero(tcp->tcp_iphc, tcp->tcp_iphc_len); in tcp_header_init_ipv4()
5477 tcp->tcp_iphc = bkmem_zalloc(tcp->tcp_iphc_len); in tcp_header_init_ipv4()
5478 if (tcp->tcp_iphc == NULL) { in tcp_header_init_ipv4()
5483 tcp->tcp_ipha = (struct ip *)tcp->tcp_iphc; in tcp_header_init_ipv4()
5500 tcph = (tcph_t *)(tcp->tcp_iphc + sizeof (struct ip)); in tcp_header_init_ipv4()
5552 bcopy(tcp->tcp_iphc, rptr, tcp_hdr_len); in tcp_xmit_ctl()
5645 bcopy(tcp->tcp_iphc, rptr, tcp->tcp_hdr_len); in tcp_ack_mp()
5809 bcopy(tcp->tcp_iphc, rptr, tcp->tcp_hdr_len); in tcp_xmit_mp()