On Wed, Jun 29, 2022 at 01:22:10PM -0600, James Yonan wrote: > nf_nat_initialized() doesn't modify passed struct nf_conn, > so declare as const. > > This is helpful for code readability and makes it possible > to call nf_nat_initialized() with a const struct nf_conn *. Applied, thanks