Searched refs:tcp_state (Results 1 – 5 of 5) sorted by relevance
44 unsigned int tcp_state; member107 tcp_state ( int state ) { in tcp_state() function131 if ( tcp->tcp_state != tcp->prev_tcp_state ) { in tcp_dump_state()133 tcp_state ( tcp->prev_tcp_state ), in tcp_dump_state()134 tcp_state ( tcp->tcp_state ) ); in tcp_dump_state()136 tcp->prev_tcp_state = tcp->tcp_state; in tcp_dump_state()229 tcp->tcp_state = TCP_STATE_SENT ( TCP_SYN ); in tcp_open()278 if ( ! ( tcp->tcp_state & TCP_STATE_RCVD ( TCP_SYN ) ) ) { in tcp_close()281 tcp->tcp_state = TCP_CLOSED; in tcp_close()302 if ( ! ( tcp->tcp_state & TCP_STATE_ACKED ( TCP_SYN ) ) ) in tcp_close()[all …]
127 enum tcp_state { enum159 enum tcp_state state; /* TCP state */ \368 const char* tcp_debug_state_str(enum tcp_state s);
449 void tcp_debug_print_state(enum tcp_state s);
8 enum tcp_state { enum
1498 tcp_debug_state_str(enum tcp_state s) in tcp_debug_state_str()1546 tcp_debug_print_state(enum tcp_state s) in tcp_debug_print_state()