Searched refs:tcp_flags (Results 1 – 3 of 3) sorted by relevance
252 b->ip.hdr.tcp_flags = action; in tcp_set_tcp_header()277 b->ip.hdr.tcp_flags = action; in tcp_set_tcp_header()311 b->ip.hdr.tcp_flags = action | TCP_PUSH | TCP_ACK; in tcp_set_tcp_header()505 u8 tcp_fin = tcp_flags & TCP_FIN; in tcp_state_machine()506 u8 tcp_syn = tcp_flags & TCP_SYN; in tcp_state_machine()507 u8 tcp_rst = tcp_flags & TCP_RST; in tcp_state_machine()508 u8 tcp_push = tcp_flags & TCP_PUSH; in tcp_state_machine()509 u8 tcp_ack = tcp_flags & TCP_ACK; in tcp_state_machine()527 debug_cond(DEBUG_INT_STATE, "TCP Reset %x\n", tcp_flags); in tcp_state_machine()546 tcp_flags, tcp_seq_num); in tcp_state_machine()[all …]
73 tcp_send->tcp_flags = TCP_SYN | TCP_ACK; in sb_syn_handler()128 tcp_send->tcp_flags = TCP_ACK; in sb_ack_handler()133 tcp_send->tcp_flags = TCP_ACK | TCP_FIN; in sb_ack_handler()174 if (tcp->tcp_flags == TCP_SYN) in sb_http_handler()176 else if (tcp->tcp_flags & TCP_ACK && !(tcp->tcp_flags & TCP_SYN)) in sb_http_handler()
48 u8 tcp_flags; member
Completed in 11 milliseconds