Searched refs:tcp_stream (Results 1 – 1 of 1) sorted by relevance
372 struct tcp_stream { struct383 void (*on_closed)(struct tcp_stream *tcp); argument384 void (*on_established)(struct tcp_stream *tcp); argument393 void (*time_handler)(struct tcp_stream *tcp); argument481 void tcp_stream_put(struct tcp_stream *tcp);496 void tcp_stream_restart_rx_timer(struct tcp_stream *tcp);498 enum tcp_state tcp_stream_get_state(struct tcp_stream *tcp);508 u32 tcp_stream_rx_offs(struct tcp_stream *tcp);509 u32 tcp_stream_tx_offs(struct tcp_stream *tcp);512 void tcp_stream_reset(struct tcp_stream *tcp);[all …]
Completed in 3 milliseconds