Home
last modified time | relevance | path

Searched refs:endp_fullmesh_max (Results 1 – 1 of 1) sorted by relevance

/linux/net/mptcp/
H A Dpm_kernel.c25 u8 endp_fullmesh_max; member
79 return READ_ONCE(pernet->endp_fullmesh_max); in mptcp_pm_get_endp_fullmesh_max()
827 addr_max = pernet->endp_fullmesh_max; in mptcp_pm_nl_append_new_local_addr()
828 WRITE_ONCE(pernet->endp_fullmesh_max, addr_max + 1); in mptcp_pm_nl_append_new_local_addr()
1217 addr_max = pernet->endp_fullmesh_max; in mptcp_pm_nl_del_addr_doit()
1218 WRITE_ONCE(pernet->endp_fullmesh_max, addr_max - 1); in mptcp_pm_nl_del_addr_doit()
1319 WRITE_ONCE(pernet->endp_fullmesh_max, 0); in __reset_counters()
1564 u8 addr_max = pernet->endp_fullmesh_max; in mptcp_pm_nl_set_flags()
1571 WRITE_ONCE(pernet->endp_fullmesh_max, addr_max); in mptcp_pm_nl_set_flags()