Searched refs:tcp_can_ingest (Results 1 – 1 of 1) sorted by relevance
5318 static bool tcp_can_ingest(const struct sock *sk, const struct sk_buff *skb) in tcp_drop_reason() 5328 if (!tcp_can_ingest(sk, skb) || in tcp_ofo_queue() 5926 if (tcp_can_ingest(sk, in_skb) && in tcp_collapse_ofo_queue() 5964 if (!tcp_can_ingest(sk, in_skb)) in tcp_prune_ofo_queue() 5969 if (tcp_can_ingest(sk, in_skb)) in tcp_prune_ofo_queue() 5979 if (tcp_can_ingest(sk, in_skb)) in tcp_prune_ofo_queue() 5987 if (tcp_can_ingest(sk, in_skb)) in tcp_prune_ofo_queue() 5377 static bool tcp_can_ingest(const struct sock *sk, const struct sk_buff *skb) tcp_can_ingest() function