Searched refs:state_idx (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dmultipath_wrandom.c91 const int state_idx = rt->idev->dev->ifindex % MULTIPATH_STATE_SIZE; local
101 list_for_each_entry_rcu(r, &state[state_idx].head, list) {
213 const int state_idx = nh->nh_oif % MULTIPATH_STATE_SIZE; local
218 spin_lock_bh(&state[state_idx].lock);
221 list_for_each_entry_rcu(r, &state[state_idx].head, list) {
238 list_add_rcu(&target_route->list, &state[state_idx].head);
266 spin_unlock_bh(&state[state_idx].lock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_tcp.c395 int state_idx; local
410 if ((state_idx = tcp_state_idx(th)) < 0) {
411 IP_VS_DBG(8, "tcp_state_idx=%d!!!\n", state_idx);
415 new_state = tcp_state_table[state_off+state_idx].next_state[cp->state];

Completed in 263 milliseconds