Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27774-2.patch38 + if(data->set.use_port && data->state.allow_port)
40 + port = (int)data->set.use_port;
H A DCVE-2023-23914_5-1.patch253 /* Allow data->set.use_port to set which port to use. This needs to be
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dpm_netlink.c55 struct mptcp_addr_info *b, bool use_port) in addresses_equal() argument
71 if (!use_port) in addresses_equal()