Searched refs:rx_resid (Results 1 – 2 of 2) sorted by relevance
80 size_t rx_resid; member
1197 MPASS(toep->tls.rx_resid == 0); in tls_check_rx_sockbuf()1241 KASSERT(len <= toep->tls.rx_resid, in tls_received_starting_data()1243 toep->tls.rx_resid)); in tls_received_starting_data()1244 toep->tls.rx_resid -= len; in tls_received_starting_data()1245 if (toep->tls.rx_resid != 0) in tls_received_starting_data()