Lines Matching refs:msg
51 local msg="$3"
57 mptcp_lib_print_title "$msg"
61 mptcp_lib_result_skip "${msg}"
64 mptcp_lib_result_fail "${msg}"
69 mptcp_lib_result_pass "${msg}"
89 local msg="$2"
91 __chk_nr "ss -nlHMON $ns | wc -l" "$expected" "$msg - mptcp" 0
92 __chk_nr "ss -nlHtON $ns | wc -l" "$expected" "$msg - subflows"
100 local msg nr
105 msg=$*
115 mptcp_lib_print_title "$msg"
118 mptcp_lib_result_fail "${msg} # timeout"
122 mptcp_lib_result_fail "${msg} # unexpected result"
126 mptcp_lib_result_pass "${msg}"
144 local msg="$3"
146 __chk_nr "ss -N $ns -Ml '$filter' | grep -c LISTEN" "$expected" "$msg" 0
169 local msg="....chk ${2:-${expected}} msk in use"
173 msg+=" after flush"
186 __chk_nr get_msk_inuse $expected "${msg}" 0
193 local msg="....chk ${2:-${expected}} cestab"
196 msg+=" after flush"
200 "${expected}" "${msg}" ""
207 local msg
215 msg="....chk dump_one"
217 mptcp_lib_print_title "$msg"
220 mptcp_lib_result_pass "${msg}"
223 mptcp_lib_result_fail "${msg}"
234 local msg
246 msg="....chk dump_subflow"
248 mptcp_lib_print_title "$msg"
251 mptcp_lib_result_pass "${msg}"
254 mptcp_lib_result_fail "${msg}"
273 local msg="....chk ${info}"
279 mptcp_lib_print_title "${msg}"
283 mptcp_lib_result_skip "${msg}"
286 mptcp_lib_result_pass "${msg}"
290 mptcp_lib_result_fail "${msg}"