Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: dup an entry when removing it
In some cases, the address entry doesn't need to be freed. This patch dups an entry into the free_list to separate removing an address from freeing an entry, so that the refcount of address entry can be added later. Signed-off-by: Geliang Tang <[email protected]>
- Loading branch information