Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c673 static inline bool forced_push(const struct tcp_sock *tp) in forced_push() function
731 if (!(flags & MSG_MORE) || forced_push(tp)) in tcp_push()
1085 if (forced_push(tp)) { in do_tcp_sendpages()
1412 if (forced_push(tp)) { in tcp_sendmsg_locked()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c657 static inline bool forced_push(const struct tcp_sock *tp) in forced_push() function
714 if (!(flags & MSG_MORE) || forced_push(tp)) in tcp_push()
1285 if (forced_push(tp)) { in tcp_sendmsg_locked()

Completed in 15 milliseconds