Searched refs:inet_ehash_lockp (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | inet_timewait_sock.c | 47 spinlock_t *lock = inet_ehash_lockp(hashinfo, tw->tw_hash); in inet_twsk_kill() 107 spinlock_t *lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in __inet_twsk_hashdance()
|
D | inet_hashtables.c | 348 spinlock_t *lock = inet_ehash_lockp(hinfo, hash); in __inet_check_established() 423 lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_ehash_insert() 493 lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_unhash()
|
D | tcp_ipv4.c | 1914 spinlock_t *lock = inet_ehash_lockp(&tcp_hashinfo, st->bucket); in established_get_first() 1952 spin_unlock_bh(inet_ehash_lockp(&tcp_hashinfo, st->bucket)); in established_get_next() 2084 spin_unlock_bh(inet_ehash_lockp(&tcp_hashinfo, st->bucket)); in tcp_seq_stop()
|
D | inet_connection_sock.c | 529 spinlock_t *lock = inet_ehash_lockp(hashinfo, req->rsk_hash); in reqsk_queue_unlink()
|
D | inet_diag.c | 807 spinlock_t *lock = inet_ehash_lockp(hashinfo, i); in inet_diag_dump_icsk()
|
/linux-4.4.14/net/ipv6/ |
D | inet6_hashtables.c | 208 spinlock_t *lock = inet_ehash_lockp(hinfo, hash); in __inet6_check_established()
|
/linux-4.4.14/include/net/ |
D | inet_hashtables.h | 159 static inline spinlock_t *inet_ehash_lockp( in inet_ehash_lockp() function
|