Julia Lawall <julia.law...@lip6.fr> wrote: > The nf_hook_ops structure is only passed as the second argument to > nf_register_net_hook or nf_unregister_net_hook, both of which are > declared as const. Thus the nf_hook_ops structure itself can be > const.
Right, also see http://patchwork.ozlabs.org/patch/793767/ This series misses most of them (all arrays perhaps)?