Home
last modified time | relevance | path

Searched refs:add_addr_accept_max (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
H A Dpm_netlink.c45 unsigned int add_addr_accept_max; member
376 msk->pm.add_addr_accepted, msk->pm.add_addr_accept_max, in mptcp_pm_nl_add_addr_received()
380 if (msk->pm.add_addr_accepted >= msk->pm.add_addr_accept_max || in mptcp_pm_nl_add_addr_received()
577 pm->add_addr_accept_max = READ_ONCE(pernet->add_addr_accept_max); in mptcp_pm_nl_data_init()
583 WRITE_ONCE(pm->accept_addr, !!pm->add_addr_accept_max && subflows); in mptcp_pm_nl_data_init()
844 pernet->add_addr_accept_max = 0; in __reset_counters()
1006 rcv_addrs = pernet->add_addr_accept_max; in mptcp_nl_cmd_set_limits()
1016 WRITE_ONCE(pernet->add_addr_accept_max, rcv_addrs); in mptcp_nl_cmd_set_limits()
1041 READ_ONCE(pernet->add_addr_accept_max))) in mptcp_nl_cmd_get_limits()
[all...]
H A Dmptcp_diag.c134 val = READ_ONCE(msk->pm.add_addr_accept_max); in mptcp_diag_get_info()
H A Dprotocol.h180 u8 add_addr_accept_max; member
/kernel/linux/linux-6.6/net/mptcp/
H A Dpm_netlink.c41 unsigned int add_addr_accept_max; member
211 return READ_ONCE(pernet->add_addr_accept_max); in mptcp_pm_get_add_addr_accept_max()
685 unsigned int add_addr_accept_max; in mptcp_pm_nl_add_addr_received() local
690 add_addr_accept_max = mptcp_pm_get_add_addr_accept_max(msk); in mptcp_pm_nl_add_addr_received()
694 msk->pm.add_addr_accepted, add_addr_accept_max, in mptcp_pm_nl_add_addr_received()
716 if (msk->pm.add_addr_accepted >= add_addr_accept_max || in mptcp_pm_nl_add_addr_received()
1640 WRITE_ONCE(pernet->add_addr_accept_max, 0); in __reset_counters()
1817 rcv_addrs = pernet->add_addr_accept_max; in mptcp_nl_cmd_set_limits()
1827 WRITE_ONCE(pernet->add_addr_accept_max, rcv_addrs); in mptcp_nl_cmd_set_limits()
1852 READ_ONCE(pernet->add_addr_accept_max))) in mptcp_nl_cmd_get_limits()
[all...]

Completed in 7 milliseconds