Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst37 … max_window read_mostly - tcp_bound_to_half_wnd,forced_push
109 … tcp_rate_check_app_limited,tcp_write_queue_empty,tcp_skb_entail,forced_push,tcp_mark_push
111 … pushed_seq read_write - tcp_mark_push,forced_push
/linux/net/ipv4/
H A Dtcp.c670 static inline bool forced_push(const struct tcp_sock *tp) in forced_push() function
727 if (!(flags & MSG_MORE) || forced_push(tp)) in tcp_push()
1301 if (forced_push(tp)) { in tcp_sendmsg_locked()