Searched refs:tcp_iphc_len (Results 1 – 2 of 2) sorted by relevance
210 int tcp_iphc_len; /* actual allocated buffer size */ member
698 bkmem_free((caddr_t)tcp->tcp_iphc, tcp->tcp_iphc_len); in tcp_free()1452 if (acceptor->tcp_iphc_len != listener->tcp_iphc_len) { in tcp_accept_comm()1458 bkmem_free(acceptor->tcp_iphc, acceptor->tcp_iphc_len); in tcp_accept_comm()1460 listener->tcp_iphc_len); in tcp_accept_comm()1462 acceptor->tcp_iphc_len = 0; in tcp_accept_comm()1465 acceptor->tcp_iphc_len = listener->tcp_iphc_len; in tcp_accept_comm()5473 assert(tcp->tcp_iphc_len >= TCP_MAX_COMBINED_HEADER_LENGTH); in tcp_header_init_ipv4()5474 bzero(tcp->tcp_iphc, tcp->tcp_iphc_len); in tcp_header_init_ipv4()5476 tcp->tcp_iphc_len = TCP_MAX_COMBINED_HEADER_LENGTH; in tcp_header_init_ipv4()5477 tcp->tcp_iphc = bkmem_zalloc(tcp->tcp_iphc_len); in tcp_header_init_ipv4()[all …]