Home
last modified time | relevance | path

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

/u-boot/net/
A Dtcp.c642 u8 tcp_action = TCP_DATA; in rxhand_tcp_f() local
687 tcp_action = tcp_state_machine(b->ip.hdr.tcp_flags, in rxhand_tcp_f()
696 if ((tcp_action & TCP_PUSH) || payload_len > 0) { in rxhand_tcp_f()
699 tcp_action, tcp_seq_num, tcp_ack_num, payload_len); in rxhand_tcp_f()
703 tcp_ack_num, tcp_action, payload_len); in rxhand_tcp_f()
705 } else if (tcp_action != TCP_DATA) { in rxhand_tcp_f()
708 tcp_action, tcp_ack_num, tcp_ack_edge, payload_len); in rxhand_tcp_f()
716 (tcp_action & (~TCP_PUSH)), in rxhand_tcp_f()

Completed in 5 milliseconds