Home
last modified time | relevance | path

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

/linux-3.3/include/net/
Dtcp.h491 extern void tcp_push_one(struct sock *, unsigned int mss_now);
/linux-3.3/net/ipv4/
Dtcp.c845 tcp_push_one(sk, mss_now); in do_tcp_sendpages()
1097 tcp_push_one(sk, mss_now); in tcp_sendmsg()
Dtcp_output.c1841 void tcp_push_one(struct sock *sk, unsigned int mss_now) in tcp_push_one() function