Searched refs:table_v6 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | ratelimiter.c | 23 static struct hlist_head *table_v6; variable 70 hlist_for_each_entry_safe(entry, temp, &table_v6[i], hash) { in wg_ratelimiter_gc_entries() 104 bucket = &table_v6[hsiphash_3u32(net_word, ip >> 32, ip, &key) & in wg_ratelimiter_allow() 184 table_v6 = kvcalloc(table_size, sizeof(*table_v6), GFP_KERNEL); in wg_ratelimiter_init() 185 if (unlikely(!table_v6)) { in wg_ratelimiter_init() 216 kvfree(table_v6); in wg_ratelimiter_uninit()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | ratelimiter.c | 23 static struct hlist_head *table_v6; variable 70 hlist_for_each_entry_safe(entry, temp, &table_v6[i], hash) { in wg_ratelimiter_gc_entries() 104 bucket = &table_v6[hsiphash_3u32(net_word, ip >> 32, ip, &key) & in wg_ratelimiter_allow() 184 table_v6 = kvcalloc(table_size, sizeof(*table_v6), GFP_KERNEL); in wg_ratelimiter_init() 185 if (unlikely(!table_v6)) { in wg_ratelimiter_init() 216 kvfree(table_v6); in wg_ratelimiter_uninit()
|
Completed in 2 milliseconds