Re: [PATCH 01/12] skbuff: Unconstantify struct net argument in flowdis functions
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2024-08-01 13:13:40
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2024-08-01 13:13:40
Tom Herbert wrote:
We want __skb_flow_dissect to be able to call functions that take a non-constant struct net argument (UDP socket lookup functions for instance). Change the net argument of flow dissector functions to not be const Signed-off-by: Tom Herbert <redacted>
Reviewed-by: Willem de Bruijn <willemb@google.com>