-
- Downloads
net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c
Remove circular dependency between nf_nat module and nf_conntrack one moving bpf_ct_set_nat_info kfunc in nf_nat_bpf.c Fixes: 0fabd2aa ("net: netfilter: add bpf_ct_set_nat_info kfunc helper") Suggested-by:Kumar Kartikeya Dwivedi <memxor@gmail.com> Tested-by:
Nathan Chancellor <nathan@kernel.org> Tested-by:
Yauheni Kaliuta <ykaliuta@redhat.com> Signed-off-by:
Lorenzo Bianconi <lorenzo@kernel.org> Acked-by:
John Fastabend <john.fastabend@gmail.com> Link: https://lore.kernel.org/r/51a65513d2cda3eeb0754842e8025ab3966068d8.1664490511.git.lorenzo@kernel.org Signed-off-by:
Alexei Starovoitov <ast@kernel.org>
Showing
- include/net/netfilter/nf_conntrack_bpf.h 19 additions, 0 deletionsinclude/net/netfilter/nf_conntrack_bpf.h
- net/netfilter/Makefile 6 additions, 0 deletionsnet/netfilter/Makefile
- net/netfilter/nf_conntrack_bpf.c 0 additions, 50 deletionsnet/netfilter/nf_conntrack_bpf.c
- net/netfilter/nf_nat_bpf.c 79 additions, 0 deletionsnet/netfilter/nf_nat_bpf.c
- net/netfilter/nf_nat_core.c 2 additions, 2 deletionsnet/netfilter/nf_nat_core.c
net/netfilter/nf_nat_bpf.c
0 → 100644
Please register or sign in to comment