-
- Downloads
[INET]: Consolidate xxx_find() in fragment management
Here we need another callback ->match to check whether the entry found in hash matches the key passed. The key used is the same as the creation argument for inet_frag_create. Yet again, this ->match is the same for netfilter and ipv6. Running a frew steps forward - this callback will later replace the ->equal one. Since the inet_frag_find() uses the already consolidated inet_frag_create() remove the xxx_frag_create from protocol codes. Signed-off-by:Pavel Emelyanov <xemul@openvz.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/inet_frag.h 4 additions, 2 deletionsinclude/net/inet_frag.h
- include/net/ipv6.h 1 addition, 0 deletionsinclude/net/ipv6.h
- net/ipv4/inet_fragment.c 22 additions, 3 deletionsnet/ipv4/inet_fragment.c
- net/ipv4/ip_fragment.c 21 additions, 36 deletionsnet/ipv4/ip_fragment.c
- net/ipv6/netfilter/nf_conntrack_reasm.c 6 additions, 26 deletionsnet/ipv6/netfilter/nf_conntrack_reasm.c
- net/ipv6/reassembly.c 19 additions, 31 deletionsnet/ipv6/reassembly.c
Loading
Please register or sign in to comment