Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtcp.h76 #define TCP_ACTION_FIN (1 << 7) macro
/linux-2.4.37.9/net/ipv4/
Dtcp.c1792 /* TCP_ESTABLISHED */ TCP_FIN_WAIT1 | TCP_ACTION_FIN,
1794 /* TCP_SYN_RECV */ TCP_FIN_WAIT1 | TCP_ACTION_FIN,
1799 /* TCP_CLOSE_WAIT */ TCP_LAST_ACK | TCP_ACTION_FIN,
1812 return (next & TCP_ACTION_FIN); in tcp_close_state()