Searched refs:tcp_try_rmem_schedule (Results 1 – 1 of 1) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_input.c | 5334 static int tcp_try_rmem_schedule(struct sock *sk, const struct sk_buff *skb, in tcp_try_rmem_schedule() 5362 if (unlikely(tcp_try_rmem_schedule(sk, skb, skb->truesize))) { in tcp_data_queue_ofo() 5545 if (tcp_try_rmem_schedule(sk, skb, skb->truesize)) { in tcp_send_rcvq() 5625 if (tcp_try_rmem_schedule(sk, skb, skb->truesize)) { in tcp_data_queue() 5331 static int tcp_try_rmem_schedule(struct sock *sk, const struct sk_buff *skb, tcp_try_rmem_schedule() function
|