Lines Matching refs:locals
437 struct mptcp_pm_local *locals, in fill_local_addresses_vec_fullmesh() argument
457 local = &locals[i]; in fill_local_addresses_vec_fullmesh()
489 struct mptcp_pm_local *locals) in fill_local_laminar_endp() argument
526 local = &locals[0]; in fill_local_laminar_endp()
550 struct mptcp_pm_local *locals) in fill_local_addresses_vec_c_flag() argument
560 local = &locals[i]; in fill_local_addresses_vec_c_flag()
611 struct mptcp_pm_local *locals) in fill_local_addresses_vec() argument
617 return fill_local_addresses_vec_fullmesh(msk, remote, locals, in fill_local_addresses_vec()
622 return fill_local_laminar_endp(msk, remote, locals); in fill_local_addresses_vec()
628 return fill_local_addresses_vec_c_flag(msk, remote, locals); in fill_local_addresses_vec()
631 return fill_local_address_any(msk, remote, &locals[0]); in fill_local_addresses_vec()
638 struct mptcp_pm_local locals[MPTCP_PM_ADDR_MAX]; in mptcp_pm_nl_add_addr_received() local
663 nr = fill_local_addresses_vec(msk, &remote, locals); in mptcp_pm_nl_add_addr_received()
669 if (__mptcp_subflow_connect(sk, &locals[i], &remote) == 0) in mptcp_pm_nl_add_addr_received()