Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtcp.h87 TCPF_LAST_ACK = (1 << 9), enumerator
/linux-2.4.37.9/net/ipv4/
Dtcp.c1845 return ((1 << sk->state) & (TCPF_FIN_WAIT1|TCPF_CLOSING|TCPF_LAST_ACK)); in closing()
2100 (1<<old_state)&(TCPF_CLOSING|TCPF_LAST_ACK))) { in tcp_disconnect()