Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Draw.h35 #define RAW_HTABLE_SIZE (1U << RAW_HTABLE_LOG) macro
40 struct hlist_nulls_head ht[RAW_HTABLE_SIZE] ____cacheline_aligned;
53 for (i = 0; i < RAW_HTABLE_SIZE; i++) in raw_hashinfo_init()
/linux-6.3-rc2/net/ipv4/
A Draw_diag.c69 for (slot = 0; slot < RAW_HTABLE_SIZE; slot++) { in raw_sock_get()
160 for (slot = s_slot; slot < RAW_HTABLE_SIZE; s_num = 0, slot++) { in raw_diag_dump()
A Draw.c957 for (state->bucket = bucket; state->bucket < RAW_HTABLE_SIZE; in raw_get_first()

Completed in 6 milliseconds