Searched refs:TCPF_LAST_ACK (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp_states.h45 TCPF_LAST_ACK = (1 << 9), enumerator in enum:__anon18512
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dtcp.h69 TCPF_LAST_ACK = (1 << 9), enumerator in enum:__anon1150
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dstream.c86 (TCPF_FIN_WAIT1 | TCPF_CLOSING | TCPF_LAST_ACK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c2073 (1 << old_state) & (TCPF_CLOSING | TCPF_LAST_ACK))) {

Completed in 99 milliseconds