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