Searched refs:tcp_iphc_len (Results 1 – 2 of 2) sorted by relevance
210 int tcp_iphc_len; /* actual allocated buffer size */ member
699 bkmem_free((caddr_t)tcp->tcp_iphc, tcp->tcp_iphc_len); in tcp_free()1453 if (acceptor->tcp_iphc_len != listener->tcp_iphc_len) { in tcp_accept_comm()1459 bkmem_free(acceptor->tcp_iphc, acceptor->tcp_iphc_len); in tcp_accept_comm()1461 listener->tcp_iphc_len); in tcp_accept_comm()1463 acceptor->tcp_iphc_len = 0; in tcp_accept_comm()1466 acceptor->tcp_iphc_len = listener->tcp_iphc_len; in tcp_accept_comm()5475 assert(tcp->tcp_iphc_len >= TCP_MAX_COMBINED_HEADER_LENGTH); in tcp_header_init_ipv4()5476 bzero(tcp->tcp_iphc, tcp->tcp_iphc_len); in tcp_header_init_ipv4()5478 tcp->tcp_iphc_len = TCP_MAX_COMBINED_HEADER_LENGTH; in tcp_header_init_ipv4()5479 tcp->tcp_iphc = bkmem_zalloc(tcp->tcp_iphc_len); in tcp_header_init_ipv4()[all …]