Searched refs:tcp_push (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/net/ipv4/ |
D | tcp.c | 557 static inline void tcp_push(struct sock *sk, int flags, int mss_now, in tcp_push() function 852 tcp_push(sk, flags & ~MSG_MORE, mss_now, TCP_NAGLE_PUSH); in do_tcp_sendpages() 862 tcp_push(sk, flags, mss_now, tp->nonagle); in do_tcp_sendpages() 1104 tcp_push(sk, flags & ~MSG_MORE, mss_now, TCP_NAGLE_PUSH); in tcp_sendmsg() 1115 tcp_push(sk, flags, mss_now, tp->nonagle); in tcp_sendmsg()
|