Searched refs:eaten (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/strparser/ |
H A D | strparser.c | 96 size_t eaten = 0, cand_len; in __strp_recv() local 169 while (eaten < orig_len) { in __strp_recv() 178 cand_len = orig_len - eaten; in __strp_recv() 188 stm->strp.offset = orig_offset + eaten; in __strp_recv() 222 eaten += cand_len; in __strp_recv() 224 WARN_ON(eaten != orig_len); in __strp_recv() 263 * eaten" since we've already buffered the skb in __strp_recv() 273 eaten += cand_len; in __strp_recv() 281 eaten += cand_len; in __strp_recv() 282 WARN_ON(eaten ! in __strp_recv() [all...] |
/kernel/linux/linux-6.6/net/strparser/ |
H A D | strparser.c | 96 size_t eaten = 0, cand_len; in __strp_recv() local 169 while (eaten < orig_len) { in __strp_recv() 178 cand_len = orig_len - eaten; in __strp_recv() 188 stm->strp.offset = orig_offset + eaten; in __strp_recv() 222 eaten += cand_len; in __strp_recv() 224 WARN_ON(eaten != orig_len); in __strp_recv() 263 * eaten" since we've already buffered the skb in __strp_recv() 273 eaten += cand_len; in __strp_recv() 281 eaten += cand_len; in __strp_recv() 282 WARN_ON(eaten ! in __strp_recv() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 1482 /* Whole SKB was eaten :-) */ in tcp_shifted_skb() 4595 /* RCV.NXT advances, some SACKs should be eaten. */ 4603 /* Empty ofo queue, hence, all the SACKs are eaten. Clear. */ in tcp_sack_remove() 4712 bool fin, fragstolen, eaten; in tcp_ofo_queue() local 4737 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4740 if (!eaten) in tcp_ofo_queue() 4922 int eaten; in tcp_queue_rcv() local 4925 eaten = (tail && in tcp_queue_rcv() 4929 if (!eaten) { in tcp_queue_rcv() 4933 return eaten; in tcp_queue_rcv() 5005 int eaten; tcp_data_queue() local 5894 int eaten = 0; tcp_rcv_established() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 1501 /* Whole SKB was eaten :-) */ in tcp_shifted_skb() 4640 /* RCV.NXT advances, some SACKs should be eaten. */ 4648 /* Empty ofo queue, hence, all the SACKs are eaten. Clear. */ in tcp_sack_remove() 4758 bool fin, fragstolen, eaten; in tcp_ofo_queue() local 4783 eaten = tail && tcp_try_coalesce(sk, tail, skb, &fragstolen); in tcp_ofo_queue() 4786 if (!eaten) in tcp_ofo_queue() 4970 int eaten; in tcp_queue_rcv() local 4973 eaten = (tail && in tcp_queue_rcv() 4977 if (!eaten) { in tcp_queue_rcv() 4981 return eaten; in tcp_queue_rcv() 5047 int eaten; tcp_data_queue() local 5982 int eaten = 0; tcp_rcv_established() local [all...] |
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 314 bool eaten; in tcp_nip_ofo_queue() local 337 eaten = tail && tcp_nip_try_coalesce(sk, tail, skb, &fragstolen); in tcp_nip_ofo_queue() 340 if (!eaten) in tcp_nip_ofo_queue()
|
Completed in 20 milliseconds