Searched refs:port_offset (Results 1 – 2 of 2) sorted by relevance
323 u64 port_offset = 0; in inet6_hash_connect() local326 port_offset = inet6_sk_port_offset(sk); in inet6_hash_connect()327 return __inet_hash_connect(death_row, sk, port_offset, in inet6_hash_connect()
734 struct sock *sk, u64 port_offset, in __inet_hash_connect() argument766 index = port_offset & (INET_TABLE_PERTURB_SIZE - 1); in __inet_hash_connect()768 offset = READ_ONCE(table_perturb[index]) + (port_offset >> 32); in __inet_hash_connect()853 u64 port_offset = 0; in inet_hash_connect() local856 port_offset = inet_sk_port_offset(sk); in inet_hash_connect()857 return __inet_hash_connect(death_row, sk, port_offset, in inet_hash_connect()