Searched defs:tcp (Results 1 – 4 of 4) sorted by relevance
/net/ |
A D | tcp.c | 175 struct tcp_stream *tcp = &tcp_stream; in tcp_init() local 196 struct tcp_stream *tcp = &tcp_stream; in tcp_stream_add() local 212 struct tcp_stream *tcp = &tcp_stream; in tcp_stream_get() local 222 void tcp_stream_put(struct tcp_stream *tcp) in tcp_stream_put() 228 u32 tcp_stream_rx_offs(struct tcp_stream *tcp) in tcp_stream_rx_offs() 248 u32 tcp_stream_tx_offs(struct tcp_stream *tcp) in tcp_stream_tx_offs() 434 struct tcp_stream *tcp; in tcp_streams_poll() local 1163 struct tcp_stream *tcp; in rxhand_tcp_f() local 1213 struct tcp_stream *tcp; in tcp_stream_connect() local 1229 void tcp_stream_reset(struct tcp_stream *tcp) in tcp_stream_reset() [all …]
|
A D | fastboot_tcp.c | 22 static void tcp_stream_on_rcv_nxt_update(struct tcp_stream *tcp, u32 rx_bytes) in tcp_stream_on_rcv_nxt_update() 76 static int tcp_stream_rx(struct tcp_stream *tcp, u32 rx_offs, void *buf, int len) in tcp_stream_rx() 83 static int tcp_stream_tx(struct tcp_stream *tcp, u32 tx_offs, void *buf, int maxlen) in tcp_stream_tx() 95 static int tcp_stream_on_create(struct tcp_stream *tcp) in tcp_stream_on_create()
|
A D | wget.c | 101 static void tcp_stream_on_closed(struct tcp_stream *tcp) in tcp_stream_on_closed() 127 static void tcp_stream_on_rcv_nxt_update(struct tcp_stream *tcp, u32 rx_bytes) in tcp_stream_on_rcv_nxt_update() 237 static int tcp_stream_rx(struct tcp_stream *tcp, u32 rx_offs, void *buf, int len) in tcp_stream_rx() 249 static int tcp_stream_tx(struct tcp_stream *tcp, u32 tx_offs, void *buf, int maxlen) in tcp_stream_tx() 273 static int tcp_stream_on_create(struct tcp_stream *tcp) in tcp_stream_on_create() 293 struct tcp_stream *tcp; in wget_start() local
|
A D | net.c | 932 struct tcp_stream *tcp; in net_send_ip_packet() local
|
Completed in 24 milliseconds