Lines Matching refs:bucket
2308 for (state->bucket = start; state->bucket <= state->udp_table->mask; in udp_get_first()
2309 ++state->bucket) { in udp_get_first()
2311 struct udp_hslot *hslot = &state->udp_table->hash[state->bucket]; in udp_get_first()
2340 if (state->bucket <= state->udp_table->mask) in udp_get_next()
2341 spin_unlock_bh(&state->udp_table->hash[state->bucket].lock); in udp_get_next()
2342 return udp_get_first(seq, state->bucket + 1); in udp_get_next()
2360 state->bucket = MAX_UDP_PORTS; in udp_seq_start()
2382 if (state->bucket <= state->udp_table->mask) in udp_seq_stop()
2383 spin_unlock_bh(&state->udp_table->hash[state->bucket].lock); in udp_seq_stop()
2430 int bucket) in udp4_format_sock() argument
2440 bucket, src, srcp, dest, destp, sp->sk_state, in udp4_format_sock()
2460 udp4_format_sock(v, seq, state->bucket); in udp4_seq_show()