Home
last modified time | relevance | path

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

/include/net/
A Dtcp.h372 struct tcp_stream { struct
383 void (*on_closed)(struct tcp_stream *tcp); argument
384 void (*on_established)(struct tcp_stream *tcp); argument
393 void (*time_handler)(struct tcp_stream *tcp); argument
481 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