Home
last modified time | relevance | path

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

/Linux-v5.15/net/mptcp/
Dpm.c262 bool *port, bool *drop_other_suboptions) in mptcp_pm_add_addr_signal() argument
280 *drop_other_suboptions = true; in mptcp_pm_add_addr_signal()
Doptions.c665 bool drop_other_suboptions = false; in mptcp_established_options_add_addr() local
677 &echo, &port, &drop_other_suboptions)) in mptcp_established_options_add_addr()
680 if (drop_other_suboptions) in mptcp_established_options_add_addr()
687 if (drop_other_suboptions) { in mptcp_established_options_add_addr()
Dprotocol.h813 bool *port, bool *drop_other_suboptions);