Searched refs:inet_ehash_lockp (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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 | 571 lock = inet_ehash_lockp(hinfo, hash); in __inet_check_established() 682 lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_ehash_insert() 814 spinlock_t *lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_unhash() 1168 spinlock_t *lock = inet_ehash_lockp(hinfo, sk->sk_hash); in __inet_hash_connect()
|
| H A D | tcp_ipv4.c | 2701 spinlock_t *lock = inet_ehash_lockp(hinfo, st->bucket); 2737 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket)); 2873 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket)); 3118 spin_unlock_bh(inet_ehash_lockp(hinfo, st->bucket));
|
| H A D | inet_connection_sock.c | 1030 spinlock_t *lock = inet_ehash_lockp(hashinfo, req->rsk_hash); in reqsk_queue_unlink()
|
| H A D | inet_diag.c | 1190 spinlock_t *lock = inet_ehash_lockp(hashinfo, i); in inet_diag_dump_icsk()
|
| /linux-6.15/net/ipv6/ |
| H A D | inet6_hashtables.c | 297 lock = inet_ehash_lockp(hinfo, hash); in __inet6_check_established()
|
| /linux-6.15/include/net/ |
| H A D | inet_hashtables.h | 201 static inline spinlock_t *inet_ehash_lockp( in inet_ehash_lockp() function
|