Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/include/
H A Dtcpcore.h3113 static __inline int tcp_skb_is_last(struct sock *sk, struct sk_buff *skb) in tcp_skb_is_last() function
3135 if (!tcp_skb_is_last(sk, skb)) in __tcp_push_pending_frames()
3160 tcp_skb_is_last(sk, skb) ? 1 : tp->nonagle)); in tcp_may_send_now()