Searched refs:port_offset (Results 1 – 2 of 2) sorted by relevance
| /net/ipv6/ |
| A D | inet6_hashtables.c | 360 u64 port_offset = 0; in inet6_hash_connect() local 364 port_offset = inet6_sk_port_offset(sk); in inet6_hash_connect() 368 return __inet_hash_connect(death_row, sk, port_offset, hash_port0, in inet6_hash_connect()
|
| /net/ipv4/ |
| A D | inet_hashtables.c | 1009 struct sock *sk, u64 port_offset, in __inet_hash_connect() argument 1049 index = port_offset & (INET_TABLE_PERTURB_SIZE - 1); in __inet_hash_connect() 1051 offset = READ_ONCE(table_perturb[index]) + (port_offset >> 32); in __inet_hash_connect() 1206 u64 port_offset = 0; in inet_hash_connect() local 1210 port_offset = inet_sk_port_offset(sk); in inet_hash_connect() 1215 return __inet_hash_connect(death_row, sk, port_offset, hash_port0, in inet_hash_connect()
|
Completed in 6 milliseconds