diff options
author | 2024-02-15 19:25:29 +0100 | |
---|---|---|
committer | 2024-02-18 10:25:00 +0000 | |
commit | 584f3894262634596532cf43a5e782e34a0ce374 (patch) | |
tree | cdf615a120ed65375984edcede8b2d4c30312176 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mptcp: add needs_id for userspace appending addr (diff) | |
download | wireguard-linux-584f3894262634596532cf43a5e782e34a0ce374.tar.xz wireguard-linux-584f3894262634596532cf43a5e782e34a0ce374.zip |
mptcp: add needs_id for netlink appending addr
Just the same as userspace PM, a new parameter needs_id is added for
in-kernel PM mptcp_pm_nl_append_new_local_addr() too.
Add a new helper mptcp_pm_has_addr_attr_id() to check whether an address
ID is set from PM or not.
In mptcp_pm_nl_get_local_id(), needs_id is always true, but in
mptcp_pm_nl_add_addr_doit(), pass mptcp_pm_has_addr_attr_id() to
needs_it.
Fixes: efd5a4c04e18 ("mptcp: add the address ID assignment bitmap")
Cc: stable@vger.kernel.org
Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions