Searched refs:inet_ehash_lockp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A 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()
|
| H A D | inet_hashtables.c | 455 spinlock_t *lock = inet_ehash_lockp(hinfo, hash); in __inet_check_established() 569 lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_ehash_insert() 711 spinlock_t *lock = inet_ehash_lockp(hashinfo, sk->sk_hash); in inet_unhash()
|
| H A D | tcp_ipv4.c | 2355 spinlock_t *lock = inet_ehash_lockp(&tcp_hashinfo, st->bucket); in established_get_first() 2402 spin_unlock_bh(inet_ehash_lockp(&tcp_hashinfo, st->bucket)); in established_get_next() 2537 spin_unlock_bh(inet_ehash_lockp(&tcp_hashinfo, st->bucket)); in tcp_seq_stop()
|
| H A D | inet_connection_sock.c | 697 spinlock_t *lock = inet_ehash_lockp(hashinfo, req->rsk_hash); in reqsk_queue_unlink()
|
| H A D | inet_diag.c | 1080 spinlock_t *lock = inet_ehash_lockp(hashinfo, i); in inet_diag_dump_icsk()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet_hashtables.h | 179 static inline spinlock_t *inet_ehash_lockp( in inet_ehash_lockp() function
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | inet6_hashtables.c | 261 spinlock_t *lock = inet_ehash_lockp(hinfo, hash); in __inet6_check_established()
|