Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dtcp.h207 TRACE_EVENT(tcp_rcvbuf_grow,
/linux/net/ipv4/
H A Dtcp_input.c912 void tcp_rcvbuf_grow(struct sock *sk, u32 newval) in tcp_rcvbuf_grow() function
989 tcp_rcvbuf_grow(sk, copied); in tcp_rcv_space_adjust()
5549 tcp_rcvbuf_grow(sk, tp->rcvq_space.space); in tcp_data_queue_ofo()
/linux/include/net/
H A Dtcp.h386 void tcp_rcvbuf_grow(struct sock *sk, u32 newval);
/linux/net/mptcp/
H A Dprotocol.c204 /* "inspired" by tcp_rcvbuf_grow(), main difference:
2157 tcp_rcvbuf_grow(ssk, msk->rcvq_space.copied); in mptcp_rcv_space_adjust()