tcp: get_openreq[46]() changes
When request sockets are no longer in a per listener hash table but on regular TCP ehash, we need to access listener uid through req->rsk_listener get_openreq6() also gets a const for its request socket argument. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
9cfd08601f
commit
aa3a0c8ce6
@@ -1637,7 +1637,6 @@ struct tcp_iter_state {
|
||||
enum tcp_seq_states state;
|
||||
struct sock *syn_wait_sk;
|
||||
int bucket, offset, sbucket, num;
|
||||
kuid_t uid;
|
||||
loff_t last_pos;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user