Lines Matching defs:state
32 void dccp_time_wait(struct sock *sk, int state, int timeo)
36 tw = inet_twsk_alloc(sk, &dccp_death_row, state);
53 if (state == DCCP_TIME_WAIT)
83 * Step 3: Process LISTEN state
107 * Step 3: Process LISTEN state
151 * DCCP stores complex state in its request_sock, so we need
225 const int state = child->sk_state;
232 if (state == DCCP_RESPOND && child->sk_state != state)
252 DCCP_BUG("DCCP-ACK packets are never sent in LISTEN/RESPOND state");