forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: add addresses_identically_equal helper
Similar to addresses_equal() helper, this patch adds a new helper addresses_identically_equal() to test if the two given addresses have both the same address and the same address id. Add a new parameter check_id for mptcp_lookup_anno_list_by_saddr(), and use the newly added helper instead of mptcp_addresses_equal() in it. Signed-off-by: Geliang Tang <[email protected]>
- Loading branch information
1 parent
a6fa0e7
commit 288e5ae
Showing
3 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters