Searched refs:hash_port0 (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 396 u32 hash_port0; in inet6_hash_connect() local 403 hash_port0 = inet6_ehashfn(net, daddr, 0, saddr, inet->inet_dport); in inet6_hash_connect() 405 return __inet_hash_connect(death_row, sk, port_offset, hash_port0, in inet6_hash_connect()
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 1044 u32 hash_port0, in __inet_hash_connect() argument 1066 hash_port0 + port); in __inet_hash_connect() 1132 hash_port0 + port)) in __inet_hash_connect() 1152 hash_port0 + port)) in __inet_hash_connect() 1265 u32 hash_port0; in inet_hash_connect() local 1272 hash_port0 = inet_ehashfn(net, inet->inet_rcv_saddr, 0, in inet_hash_connect() 1275 return __inet_hash_connect(death_row, sk, port_offset, hash_port0, in inet_hash_connect()
|
| /linux/include/net/ |
| H A D | inet_hashtables.h | 526 u32 hash_port0,
|