Searched refs:tcp_xmit_end (Results 1 – 2 of 2) sorted by relevance
62 static int tcp_xmit_end(tcp_t *);1018 if (tcp_xmit_end(tcp) != 0) { in tcp_wput_proto()1571 (void) tcp_xmit_end(tcp); in tcp_close_output()1723 if (tcp_xmit_end(tcp) != 0) { in tcp_shutdown_output()2255 tcp_xmit_end(tcp_t *tcp) in tcp_xmit_end() function
333 static int tcp_xmit_end(tcp_t *, int);861 if (tcp_xmit_end(tcp, sock_id) == 0 && in tcp_shutdown()957 (void) tcp_xmit_end(tcp, sock_id); in tcp_close()6966 tcp_xmit_end(tcp_t *tcp, int sock_id) in tcp_xmit_end() function