Skip to content

Commit

Permalink
Revert "tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex"
Browse files Browse the repository at this point in the history
This reverts commit 9bacfb4.
  • Loading branch information
xanmod committed Dec 29, 2021
1 parent 47d9201 commit ee82b16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/net/sock.h
Expand Up @@ -260,7 +260,6 @@ struct bpf_local_storage;
* @sk_rcvbuf: size of receive buffer in bytes
* @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_dst_cache: destination cache
* @sk_dst_pending_confirm: need to confirm neighbour
* @sk_policy: flow policy
Expand Down Expand Up @@ -433,8 +432,6 @@ struct sock {
struct xfrm_policy __rcu *sk_policy[2];
#endif
struct dst_entry *sk_rx_dst;
int sk_rx_dst_ifindex;

struct dst_entry __rcu *sk_dst_cache;
atomic_t sk_omem_alloc;
int sk_sndbuf;
Expand Down

0 comments on commit ee82b16

Please sign in to comment.