-
- Downloads
[INET]: Consolidate the xxx_frag_destroy
To make in possible we need to know the exact frag queue size for inet_frags->mem management and two callbacks: * to destoy the skb (optional, used in conntracks only) * to free the queue itself (mandatory, but later I plan to move the allocation and the destruction of frag_queues into the common place, so this callback will most likely be optional too). Signed-off-by:Pavel Emelyanov <xemul@openvz.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/inet_frag.h 5 additions, 0 deletionsinclude/net/inet_frag.h
- net/ipv4/inet_fragment.c 40 additions, 0 deletionsnet/ipv4/inet_fragment.c
- net/ipv4/ip_fragment.c 10 additions, 29 deletionsnet/ipv4/ip_fragment.c
- net/ipv6/netfilter/nf_conntrack_reasm.c 13 additions, 31 deletionsnet/ipv6/netfilter/nf_conntrack_reasm.c
- net/ipv6/reassembly.c 6 additions, 26 deletionsnet/ipv6/reassembly.c
Loading
Please register or sign in to comment