Home
last modified time | relevance | path

Searched refs:retc (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh193 local retc=$?
207 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ] || [ ${timeout_pid} -ne 0 ]; then
208 mptcp_lib_pr_fail "client exit code $retc, server $rets"
225 check_mark $listener_ns 6 || retc=1
226 check_mark $connector_ns 6 || retc=1
228 check_mark $listener_ns 4 || retc=1
229 check_mark $connector_ns 4 || retc=1
232 mptcp_lib_result_code "${retc}" "mark ${ip}"
234 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
H A Dmptcp_connect.sh415 local retc=$?
444 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ] || [ ${timeout_pid} -ne 0 ]; then
445 mptcp_lib_pr_fail "client exit code $retc, server $rets"
455 retc=$?
487 retc=1
512 retc=1
546 if [ $retc -eq 0 ] && [ $rets -eq 0 ]; then
557 [ $retc -eq 0 ] && [ $rets -eq 0 ]
H A Dsimult_flows.sh178 local retc=$?
202 if [ $retc -eq 0 ] && [ $rets -eq 0 ] &&
211 mptcp_lib_pr_fail "client exit code $retc, server $rets"
H A Dmptcp_join.sh1063 local retc=$?
1078 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ] || [ ${timeout_pid} -ne 0 ]; then
1079 fail_test "client exit code $retc, server $rets"
1085 retc=$?
1089 [ $retc -eq 0 ] && [ $rets -eq 0 ]
/linux/net/netfilter/ipvs/
H A Dip_vs_pe_sip.c71 int retc; in ip_vs_sip_fill_param()
73 retc = ip_vs_fill_iph_skb(p->af, skb, false, &iph); in ip_vs_sip_fill_param()
76 if (!retc || iph.protocol != IPPROTO_UDP) in ip_vs_sip_fill_param()
85 retc = skb_linearize(skb); in ip_vs_sip_fill_param()
86 if (retc < 0) in ip_vs_sip_fill_param()
87 return retc; in ip_vs_sip_fill_param()
72 int retc; ip_vs_sip_fill_param() local
H A Dip_vs_sync.c1079 int retc=0; in ip_vs_proc_sync_conn()
1089 retc = 10; in ip_vs_proc_sync_conn()
1139 retc = 20; in ip_vs_proc_sync_conn()
1156 retc = 30; in ip_vs_proc_sync_conn()
1162 retc = 40; in ip_vs_proc_sync_conn()
1172 retc = 50; in ip_vs_proc_sync_conn()
1194 IP_VS_DBG(2, "BACKUP, Single msg dropped err:%d\n", retc); in ip_vs_proc_sync_conn()
1195 return retc; in ip_vs_proc_sync_conn()
1234 int retc; in ip_vs_process_message()
1255 retc in ip_vs_process_message()
1080 int retc=0; ip_vs_proc_sync_conn() local
1235 int retc; ip_vs_process_message() local
1937 int retc = -EINVAL; stop_sync_thread() local
2031 int retc; ip_vs_sync_net_cleanup() local
[all...]
/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h348 __u16 retc; /* returned from processing */ member
414 __u16 retc; /* return code from processing */ member
/linux/drivers/misc/genwqe/
H A Dcard_dev.c612 load->retc = req->retc; in do_flash_update()
621 if (req->retc != DDCB_RETC_COMPLETE) { in do_flash_update()
730 load->retc = cmd->retc; in do_flash_read()
747 if (((cmd->retc == DDCB_RETC_FAULT) && in do_flash_read()
749 ((cmd->retc == DDCB_RETC_COMPLETE) && in do_flash_read()