Searched refs:eaten (Results 1 – 3 of 3) sorted by relevance
104 size_t eaten = 0, cand_len; in __strp_recv() 177 while (eaten < orig_len) { in __strp_recv() 186 cand_len = orig_len - eaten; in __strp_recv() 196 stm->strp.offset = orig_offset + eaten; in __strp_recv() 230 eaten += cand_len; in __strp_recv() 232 WARN_ON(eaten != orig_len); in __strp_recv() 271 * eaten" since we've already buffered the skb in __strp_recv() 281 eaten += cand_len; in __strp_recv() 289 eaten += cand_len; in __strp_recv() 290 WARN_ON(eaten ! in __strp_recv() 96 size_t eaten = 0, cand_len; __strp_recv() local [all...]
5277 bool fin, fragstolen, eaten; in tcp_ofo_queue() local5303 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue()5306 if (!eaten) in tcp_ofo_queue()5502 int eaten; in tcp_queue_rcv() local5505 eaten = (tail && in tcp_queue_rcv()5509 if (!eaten) { in tcp_queue_rcv()5513 return eaten; in tcp_queue_rcv()5579 int eaten; in tcp_data_queue() local5637 eaten = tcp_queue_rcv(sk, skb, &fragstolen); in tcp_data_queue()5658 if (eaten > 0) in tcp_data_queue()[all …]
3937 will be eaten.