Searched refs:inet_ehash_lockp (Results 1 – 6 of 6) sorted by relevance
/linux/net/ipv4/ |
H A D | inet_timewait_sock.c | 51 spinlock_t *lock = inet_ehash_lockp(hashinfo, tw->tw_hash); in inet_twsk_kill() 115 spinlock_t *lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_twsk_hashdance_schedule() 239 spinlock_t *lock = inet_ehash_lockp(hashinfo, tw->tw_hash); in inet_twsk_deschedule_put()
|
H A D | inet_hashtables.c | 554 spinlock_t *lock = inet_ehash_lockp(hinfo, hash); in __inet_check_established() 669 lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_ehash_insert() 801 spinlock_t *lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_unhash() 1134 spinlock_t *lock = inet_ehash_lockp(hinfo, sk->sk_hash); in __inet_hash_connect()
|
H A D | tcp_ipv4.c | 2690 spinlock_t *lock = inet_ehash_lockp(hinfo, st->bucket); 2726 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket)); 2862 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket)); 3107 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket));
|
H A D | inet_diag.c | 1190 spinlock_t *lock = inet_ehash_lockp(hashinfo, i); in inet_diag_dump_icsk()
|
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 279 spinlock_t *lock = inet_ehash_lockp(hinfo, hash); in __inet6_check_established()
|
/linux/include/net/ |
H A D | inet_hashtables.h | 200 static inline spinlock_t *inet_ehash_lockp( in inet_ehash_lockp() function
|