Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Dpm_netlink.c41 unsigned int add_addr_accept_max; member
222 return READ_ONCE(pernet->add_addr_accept_max); in mptcp_pm_get_add_addr_accept_max()
728 unsigned int add_addr_accept_max; in mptcp_pm_nl_add_addr_received() local
734 add_addr_accept_max = mptcp_pm_get_add_addr_accept_max(msk); in mptcp_pm_nl_add_addr_received()
738 msk->pm.add_addr_accepted, add_addr_accept_max, in mptcp_pm_nl_add_addr_received()
769 if (msk->pm.add_addr_accepted >= add_addr_accept_max || in mptcp_pm_nl_add_addr_received()
1786 WRITE_ONCE(pernet->add_addr_accept_max, 0); in __reset_counters()
1963 rcv_addrs = pernet->add_addr_accept_max; in mptcp_nl_cmd_set_limits()
1973 WRITE_ONCE(pernet->add_addr_accept_max, rcv_addrs); in mptcp_nl_cmd_set_limits()
1998 READ_ONCE(pernet->add_addr_accept_max))) in mptcp_nl_cmd_get_limits()