Lines Matching refs:tcp_iphc
698 if (tcp->tcp_iphc != NULL) { in tcp_free()
699 bkmem_free((caddr_t)tcp->tcp_iphc, tcp->tcp_iphc_len); in tcp_free()
700 tcp->tcp_iphc = NULL; in tcp_free()
1459 bkmem_free(acceptor->tcp_iphc, acceptor->tcp_iphc_len); in tcp_accept_comm()
1460 acceptor->tcp_iphc = bkmem_zalloc( in tcp_accept_comm()
1462 if (acceptor->tcp_iphc == NULL) { in tcp_accept_comm()
1475 bcopy(listener->tcp_iphc, acceptor->tcp_iphc, in tcp_accept_comm()
1477 acceptor->tcp_ipha = (struct ip *)acceptor->tcp_iphc; in tcp_accept_comm()
1478 acceptor->tcp_tcph = (tcph_t *)(acceptor->tcp_iphc + in tcp_accept_comm()
4991 src = (ipaddr_t *)tcp->tcp_iphc; in tcp_wput_data()
5474 if (tcp->tcp_iphc != NULL) { in tcp_header_init_ipv4()
5476 bzero(tcp->tcp_iphc, tcp->tcp_iphc_len); in tcp_header_init_ipv4()
5479 tcp->tcp_iphc = bkmem_zalloc(tcp->tcp_iphc_len); in tcp_header_init_ipv4()
5480 if (tcp->tcp_iphc == NULL) { in tcp_header_init_ipv4()
5485 tcp->tcp_ipha = (struct ip *)tcp->tcp_iphc; in tcp_header_init_ipv4()
5502 tcph = (tcph_t *)(tcp->tcp_iphc + sizeof (struct ip)); in tcp_header_init_ipv4()
5554 bcopy(tcp->tcp_iphc, rptr, tcp_hdr_len); in tcp_xmit_ctl()
5647 bcopy(tcp->tcp_iphc, rptr, tcp->tcp_hdr_len); in tcp_ack_mp()
5811 bcopy(tcp->tcp_iphc, rptr, tcp->tcp_hdr_len); in tcp_xmit_mp()