Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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()
/openbmc/linux/net/ipv4/
H A 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()
H A Draw.c957 for (state->bucket = bucket; state->bucket < RAW_HTABLE_SIZE; in raw_get_first()