commit | c6407659f3e66ec2aa5c25c3bfb975020e110766 | [log] [tgz] |
---|---|---|
author | june li <junelizh@foxmail.com> | Mon Nov 13 18:43:43 2017 +0800 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Nov 15 12:28:18 2017 +0200 |
tree | 797fb1ccc4d90f6a8a75234512ab7345baa6c658 | |
parent | 8dab561689e1dc322054b806184fb38a87140ffa [diff] |
net: tcp: Add the frag back to caller allocated net_pkt The original fragment chain of incoming packet will be lost and leaked in case of early error, add frag back to packet and let the caller do unref. Fixes #4323 Signed-off-by: june li <junelizh@foxmail.com>