Searched refs:inet_ehash_lockp (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | inet_timewait_sock.c | 53 spinlock_t *lock = inet_ehash_lockp(hashinfo, tw->tw_hash); in inet_twsk_kill() 120 spinlock_t *lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_twsk_hashdance()
|
H A D | inet_hashtables.c | 560 spinlock_t *lock = inet_ehash_lockp(hinfo, hash); in __inet_check_established() 674 lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_ehash_insert() 806 spinlock_t *lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_unhash() 1135 spinlock_t *lock = inet_ehash_lockp(hinfo, sk->sk_hash); in __inet_hash_connect()
|
H A D | tcp_ipv4.c | 2465 spinlock_t *lock = inet_ehash_lockp(hinfo, st->bucket); in established_get_first() 2501 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket)); in established_get_next() 2637 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket)); in tcp_seq_stop() 2880 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket)); in bpf_iter_tcp_established_batch()
|
H A D | inet_connection_sock.c | 977 spinlock_t *lock = inet_ehash_lockp(hashinfo, req->rsk_hash); in reqsk_queue_unlink()
|
H A D | inet_diag.c | 1086 spinlock_t *lock = inet_ehash_lockp(hashinfo, i); in inet_diag_dump_icsk()
|
/openbmc/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 279 spinlock_t *lock = inet_ehash_lockp(hinfo, hash); in __inet6_check_established()
|
/openbmc/linux/include/net/ |
H A D | inet_hashtables.h | 205 static inline spinlock_t *inet_ehash_lockp( in inet_ehash_lockp() function
|