Cong Wang wrote: > From: Cong Wang <cong.w...@bytedance.com> > > This should fix the following warning: > > include/linux/skbuff.h:932: warning: Function parameter or member > '_sk_redir' not described in 'sk_buff' > > Reported-by: Lorenz Bauer <l...@cloudflare.com> > Cc: Daniel Borkmann <dan...@iogearbox.net> > Cc: John Fastabend <john.fastab...@gmail.com> > Cc: Jakub Sitnicki <ja...@cloudflare.com> > Signed-off-by: Cong Wang <cong.w...@bytedance.com> > --- > include/linux/skbuff.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h > index bd84f799c952..0503c917d773 100644 > --- a/include/linux/skbuff.h > +++ b/include/linux/skbuff.h > @@ -656,6 +656,7 @@ typedef unsigned char *sk_buff_data_t; > * @protocol: Packet protocol from driver > * @destructor: Destruct function > * @tcp_tsorted_anchor: list structure for TCP (tp->tsorted_sent_queue) > + * @_sk_redir: socket redirection information for skmsg > * @_nfct: Associated connection, if any (with nfctinfo bits) > * @nf_bridge: Saved data about a bridged frame - see br_netfilter.c > * @skb_iif: ifindex of device we arrived on > -- > 2.25.1 >
Acked-by: John Fastabend <john.fastab...@gmail.com>