Searched refs:tcp_iphc (Results 1 – 3 of 3) sorted by relevance
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()[all …]
257 char *tcp_iphc; /* Buffer holding tcp/ip hdr template */ member
1339 #define tcp_iphc tcp_u.tcp_u_buf macro