Lines Matching refs:bucket
2293 for (state->bucket = start; state->bucket <= state->udp_table->mask; in udp_get_first()
2294 ++state->bucket) { in udp_get_first()
2296 struct udp_hslot *hslot = &state->udp_table->hash[state->bucket]; in udp_get_first()
2325 if (state->bucket <= state->udp_table->mask) in udp_get_next()
2326 spin_unlock_bh(&state->udp_table->hash[state->bucket].lock); in udp_get_next()
2327 return udp_get_first(seq, state->bucket + 1); in udp_get_next()
2345 state->bucket = MAX_UDP_PORTS; in udp_seq_start()
2367 if (state->bucket <= state->udp_table->mask) in udp_seq_stop()
2368 spin_unlock_bh(&state->udp_table->hash[state->bucket].lock); in udp_seq_stop()
2415 int bucket) in udp4_format_sock() argument
2425 bucket, src, srcp, dest, destp, sp->sk_state, in udp4_format_sock()
2445 udp4_format_sock(v, seq, state->bucket); in udp4_seq_show()