Fix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn't enough, any tags
authornp <np@FreeBSD.org>
Tue, 30 Jun 2015 17:19:58 +0000 (17:19 +0000)
committernp <np@FreeBSD.org>
Tue, 30 Jun 2015 17:19:58 +0000 (17:19 +0000)
commita503d4a154104ab423b21d9677afa7923122f4f5
tree6f19faa9ca7b7f1a889c4544f7be487af0765fc7
parent8b5b408c2c62fe7ff51161d7e59c3d1798f71834
Fix leak in tcp_lro_rx.  Simply clearing M_PKTHDR isn't enough, any tags
hanging off the header need to be freed too.

Differential Revision: https://reviews.freebsd.org/D2708
Reviewed by: ae@, hiren@
sys/kern/uipc_mbuf.c
sys/netinet/tcp_lro.c
sys/sys/mbuf.h