Searched refs:tcp_connection (Results 1 – 1 of 1) sorted by relevance
27 struct tcp_connection { struct97 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack, argument129 tcp_dump_state ( struct tcp_connection *tcp ) { in tcp_dump_state()145 tcp_dump_flags ( struct tcp_connection *tcp, unsigned int flags ) { in tcp_dump_flags()175 static int tcp_bind ( struct tcp_connection *tcp, unsigned int port ) { in tcp_bind()176 struct tcp_connection *existing; in tcp_bind()218 struct tcp_connection *tcp; in tcp_open()265 static void tcp_close ( struct tcp_connection *tcp, int rc ) { in tcp_close()325 static size_t tcp_xmit_win ( struct tcp_connection *tcp ) { in tcp_xmit_win()354 static size_t tcp_process_queue ( struct tcp_connection *tcp, size_t max_len, in tcp_process_queue()[all …]