diff options
| author | Geliang Tang <[email protected]> | 2025-02-07 13:59:32 +0000 |
|---|---|---|
| committer | Paolo Abeni <[email protected]> | 2025-02-11 11:46:37 +0000 |
| commit | ab5723599cfd00a1898b11c9d67a770384a7f51b (patch) | |
| tree | 50e94f1976574689e79172e52ca951b05f5158d7 /net/mptcp/pm.c | |
| parent | mptcp: pm: drop skb parameter of set_flags (diff) | |
| download | kernel-ab5723599cfd00a1898b11c9d67a770384a7f51b.tar.gz kernel-ab5723599cfd00a1898b11c9d67a770384a7f51b.zip | |
mptcp: pm: change rem type of set_flags
Generally, in the path manager interfaces, the local address is defined
as an mptcp_pm_addr_entry type address, while the remote address is
defined as an mptcp_addr_info type one:
(struct mptcp_pm_addr_entry *local, struct mptcp_addr_info *remote)
But the set_flags() interface uses two mptcp_pm_addr_entry type
parameters.
This patch changes the second one to mptcp_addr_info type and use helper
mptcp_pm_parse_addr() to parse it instead of using mptcp_pm_parse_entry().
Signed-off-by: Geliang Tang <[email protected]>
Reviewed-by: Matthieu Baerts (NGI0) <[email protected]>
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'net/mptcp/pm.c')
0 files changed, 0 insertions, 0 deletions
