• Home
  • Raw
  • Download

Lines Matching refs:tcp_connection

27 struct tcp_connection {  struct
97 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack, argument
129 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()
394 static int tcp_xmit ( struct tcp_connection *tcp, int force_send ) { in tcp_xmit()
519 struct tcp_connection *tcp = in tcp_expired()
520 container_of ( timer, struct tcp_connection, timer ); in tcp_expired()
555 static int tcp_xmit_reset ( struct tcp_connection *tcp, in tcp_xmit_reset()
618 static struct tcp_connection * tcp_demux ( unsigned int local_port ) { in tcp_demux()
619 struct tcp_connection *tcp; in tcp_demux()
636 static void tcp_rx_opts ( struct tcp_connection *tcp, const void *data, in tcp_rx_opts()
674 static void tcp_rx_seq ( struct tcp_connection *tcp, uint32_t seq_len ) { in tcp_rx_seq()
691 static int tcp_rx_syn ( struct tcp_connection *tcp, uint32_t seq, in tcp_rx_syn()
723 static int tcp_rx_ack ( struct tcp_connection *tcp, uint32_t ack, in tcp_rx_ack()
796 static int tcp_rx_data ( struct tcp_connection *tcp, uint32_t seq, in tcp_rx_data()
832 static int tcp_rx_fin ( struct tcp_connection *tcp, uint32_t seq ) { in tcp_rx_fin()
855 static int tcp_rx_rst ( struct tcp_connection *tcp, uint32_t seq ) { in tcp_rx_rst()
893 struct tcp_connection *tcp; in tcp_rx()
1049 struct tcp_connection *tcp = in tcp_xfer_close()
1050 container_of ( xfer, struct tcp_connection, xfer ); in tcp_xfer_close()
1066 struct tcp_connection *tcp = in tcp_xfer_window()
1067 container_of ( xfer, struct tcp_connection, xfer ); in tcp_xfer_window()
1091 struct tcp_connection *tcp = in tcp_xfer_deliver_iob()
1092 container_of ( xfer, struct tcp_connection, xfer ); in tcp_xfer_deliver_iob()