Skip to content

Commit

Permalink
Revert "ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie"
Browse files Browse the repository at this point in the history
This reverts commit 0cbe54b.
  • Loading branch information
xanmod committed Dec 29, 2021
1 parent 4f0b500 commit 47d9201
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/net/sock.h
Expand Up @@ -261,7 +261,6 @@ struct bpf_local_storage;
* @sk_wq: sock wait queue and async head
* @sk_rx_dst: receive input route used by early demux
* @sk_rx_dst_ifindex: ifindex for @sk_rx_dst
* @sk_rx_dst_cookie: cookie for @sk_rx_dst
* @sk_dst_cache: destination cache
* @sk_dst_pending_confirm: need to confirm neighbour
* @sk_policy: flow policy
Expand Down Expand Up @@ -435,7 +434,6 @@ struct sock {
#endif
struct dst_entry *sk_rx_dst;
int sk_rx_dst_ifindex;
u32 sk_rx_dst_cookie;

struct dst_entry __rcu *sk_dst_cache;
atomic_t sk_omem_alloc;
Expand Down

0 comments on commit 47d9201

Please sign in to comment.