On 04/03/2023 02:12, Xin Long wrote: > Rename br_nf_check_hbh_len() to nf_ip6_check_hbh_len() and move it > to netfilter utils, so that it can be used by other modules, like > ovs and tc. > > Signed-off-by: Xin Long <lucien.xin@xxxxxxxxx> > --- > include/linux/netfilter_ipv6.h | 2 ++ > net/bridge/br_netfilter_ipv6.c | 57 +--------------------------------- > net/netfilter/utils.c | 54 ++++++++++++++++++++++++++++++++ > 3 files changed, 57 insertions(+), 56 deletions(-) > Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>