Home
last modified time | relevance | path

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

/net/mptcp/
Dpm.c266 bool *port, bool *drop_other_suboptions) in mptcp_pm_add_addr_signal() argument
284 *drop_other_suboptions = true; in mptcp_pm_add_addr_signal()
Doptions.c651 bool drop_other_suboptions = false; in mptcp_established_options_add_addr() local
663 &echo, &port, &drop_other_suboptions)) in mptcp_established_options_add_addr()
666 if (drop_other_suboptions) in mptcp_established_options_add_addr()
673 if (drop_other_suboptions) { in mptcp_established_options_add_addr()
Dprotocol.h815 bool *port, bool *drop_other_suboptions);