Home
last modified time | relevance | path

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

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