Searched refs:hash_port0 (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 361 u32 hash_port0; in inet6_hash_connect() local 366 hash_port0 = inet6_ehashfn(net, daddr, 0, saddr, inet->inet_dport); in inet6_hash_connect() 368 return __inet_hash_connect(death_row, sk, port_offset, hash_port0, in inet6_hash_connect()
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 1037 u32 hash_port0, in __inet_hash_connect() argument 1059 hash_port0 + port); in __inet_hash_connect() 1104 hash_port0 + port)) in __inet_hash_connect() 1124 hash_port0 + port)) in __inet_hash_connect() 1237 u32 hash_port0; in inet_hash_connect() local 1242 hash_port0 = inet_ehashfn(net, inet->inet_rcv_saddr, 0, in inet_hash_connect() 1245 return __inet_hash_connect(death_row, sk, port_offset, hash_port0, in inet_hash_connect()
|
| /linux/include/net/ |
| H A D | inet_hashtables.h | 527 u32 hash_port0,
|