ehash_locks 132 include/net/inet_hashtables.h spinlock_t *ehash_locks; ehash_locks 183 include/net/inet_hashtables.h return &hashinfo->ehash_locks[hash & hashinfo->ehash_locks_mask]; ehash_locks 196 include/net/inet_hashtables.h kvfree(hashinfo->ehash_locks); ehash_locks 197 include/net/inet_hashtables.h hashinfo->ehash_locks = NULL; ehash_locks 817 net/ipv4/inet_hashtables.c hashinfo->ehash_locks = kvmalloc_array(nblocks, locksz, GFP_KERNEL); ehash_locks 818 net/ipv4/inet_hashtables.c if (!hashinfo->ehash_locks) ehash_locks 822 net/ipv4/inet_hashtables.c spin_lock_init(&hashinfo->ehash_locks[i]);