Home
last modified time | relevance | path

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

/u-boot/net/
A Dtcp.c505 u8 tcp_fin = tcp_flags & TCP_FIN; in tcp_state_machine() local
539 } else if (tcp_ack || tcp_fin) { in tcp_state_machine()
547 if (tcp_fin) { in tcp_state_machine()
572 tcp_fin = TCP_DATA; /* cause standalone FIN */ in tcp_state_machine()
575 if ((tcp_fin) && in tcp_state_machine()
601 } else if (tcp_fin) { in tcp_state_machine()
607 if (tcp_fin) { in tcp_state_machine()
625 } else if (tcp_fin) { in tcp_state_machine()
A Dfastboot_tcp.c78 u8 tcp_fin = action & TCP_FIN; in fastboot_tcp_handler_ipv4() local
102 if (tcp_fin) { in fastboot_tcp_handler_ipv4()

Completed in 7 milliseconds