Searched refs:reass (Results 1 – 3 of 3) sorted by relevance
132 X(reass, "UDP fragmentation reassembly (channel flow Rx)") \
1730 struct tseg_qent *reass; in tcp_reass_qent_alloc() local1735 reass = zalloc_flags(tcp_reass_zone, Z_NOPAGEWAIT); in tcp_reass_qent_alloc()1736 if (reass == NULL) { in tcp_reass_qent_alloc()1742 return reass; in tcp_reass_qent_alloc()
173 SYSCTL_NODE(_net_inet_tcp, OID_AUTO, reass, CTLFLAG_RW | CTLFLAG_LOCKED, 0,