Searched refs:tcp_state (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dread_config_yy.y1011 state: tcp_state;
1014 | tcp_states tcp_state;
1016 tcp_state: T_SYN_SENT label
1024 tcp_state: T_SYN_RECV label
1032 tcp_state: T_ESTABLISHED label
1040 tcp_state: T_FIN_WAIT label
1048 tcp_state: T_CLOSE_WAIT label
1056 tcp_state: T_LAST_ACK label
1064 tcp_state: T_TIME_WAIT label
1072 tcp_state label
1080 tcp_state: T_LISTEN label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnetstat.c50 static const char *const tcp_state[] = { variable
192 "tcp", rxq, txq, l, r, tcp_state[state]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_hw.c3248 u8 tcp_state; local
3259 tcp_state = (aeq_info & NES_AEQE_TCP_STATE_MASK) >> NES_AEQE_TCP_STATE_SHIFT;
3273 nesqp->hw_tcp_state = tcp_state;
3299 u8 tcp_state; local
3304 tcp_state = (aeq_info & NES_AEQE_TCP_STATE_MASK) >> NES_AEQE_TCP_STATE_SHIFT;
3310 nesqp->hw_tcp_state = tcp_state;
3431 u8 tcp_state; local
3449 tcp_state = (aeq_info & NES_AEQE_TCP_STATE_MASK) >> NES_AEQE_TCP_STATE_SHIFT;
3455 nes_tcp_state_str[tcp_state], nes_iwarp_state_str[iwarp_state]);
3471 if ((tcp_state
[all...]

Completed in 84 milliseconds