Searched refs:tcp_xmit_end (Results 1 – 2 of 2) sorted by relevance
59 static int tcp_xmit_end(tcp_t *);1001 if (tcp_xmit_end(tcp) != 0) { in tcp_wput_proto()1551 (void) tcp_xmit_end(tcp); in tcp_close_output()1691 if (tcp_xmit_end(tcp) != 0) { in tcp_shutdown_output()2216 tcp_xmit_end(tcp_t *tcp) in tcp_xmit_end() function
334 static int tcp_xmit_end(tcp_t *, int);862 if (tcp_xmit_end(tcp, sock_id) == 0 && in tcp_shutdown()958 (void) tcp_xmit_end(tcp, sock_id); in tcp_close()6967 tcp_xmit_end(tcp_t *tcp, int sock_id) in tcp_xmit_end() function