Searched refs:hash_port0 (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/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-6.15/net/ipv4/ |
| H A D | inet_hashtables.c | 1009 u32 hash_port0, in __inet_hash_connect() argument 1031 hash_port0 + port); in __inet_hash_connect() 1076 hash_port0 + port)) in __inet_hash_connect() 1096 hash_port0 + port)) in __inet_hash_connect() 1206 u32 hash_port0; in inet_hash_connect() local 1211 hash_port0 = inet_ehashfn(net, inet->inet_rcv_saddr, 0, in inet_hash_connect() 1214 return __inet_hash_connect(death_row, sk, port_offset, hash_port0, in inet_hash_connect()
|
| /linux-6.15/include/net/ |
| H A D | inet_hashtables.h | 530 u32 hash_port0,
|