Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dtcp_output.c203 int doing_sosend, idle, sendalot = 0; in tcp_output() local
230 doing_sosend = soissending(so); in tcp_output()
249 if (idle && doing_sosend) { in tcp_output()
398 len + off >= so->so_snd.sb_cc && !doing_sosend && in tcp_output()
731 if (off + len == so->so_snd.sb_cc && !doing_sosend) in tcp_output()