Home
last modified time | relevance | path

Searched refs:tcp_prequeue (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c1482 bool tcp_prequeue(struct sock *sk, struct sk_buff *skb) in tcp_prequeue() function
1528 EXPORT_SYMBOL(tcp_prequeue);
1651 if (!tcp_prequeue(sk, skb)) in tcp_v4_rcv()
/linux-4.4.14/include/net/
Dtcp.h1158 bool tcp_prequeue(struct sock *sk, struct sk_buff *skb);
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1449 if (!tcp_prequeue(sk, skb)) in tcp_v6_rcv()