Home
last modified time | relevance | path

Searched refs:RAW_HTABLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/net/
Draw.h35 #define RAW_HTABLE_SIZE (1U << RAW_HTABLE_LOG) macro
40 struct hlist_head ht[RAW_HTABLE_SIZE] ____cacheline_aligned;
53 for (i = 0; i < RAW_HTABLE_SIZE; i++) in raw_hashinfo_init()
/Linux-v6.6/net/ipv4/
Draw_diag.c68 for (slot = 0; slot < RAW_HTABLE_SIZE; slot++) { in raw_sock_get()
158 for (slot = s_slot; slot < RAW_HTABLE_SIZE; s_num = 0, slot++) { in raw_diag_dump()
Draw.c953 for (state->bucket = bucket; state->bucket < RAW_HTABLE_SIZE; in raw_get_first()