Searched refs:retc (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_sockopt.sh | 193 local retc=$? 203 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 204 mptcp_lib_pr_fail "client exit code $retc, server $rets" 222 check_mark $listener_ns 6 || retc=1 223 check_mark $connector_ns 6 || retc=1 225 check_mark $listener_ns 4 || retc=1 226 check_mark $connector_ns 4 || retc=1 229 mptcp_lib_result_code "${retc}" "mark ${ip}" 231 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
|
| H A D | mptcp_connect.sh | 422 local retc=$? 445 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 446 mptcp_lib_pr_fail "client exit code $retc, server $rets" 457 retc=$? 489 retc=1 516 retc=1 550 if [ $retc -eq 0 ] && [ $rets -eq 0 ]; then 561 [ $retc -eq 0 ] && [ $rets -eq 0 ]
|
| H A D | simult_flows.sh | 178 local retc=$? 198 if [ $retc -eq 0 ] && [ $rets -eq 0 ] && \ 206 mptcp_lib_pr_fail "client exit code $retc, server $rets"
|
| H A D | mptcp_join.sh | 1029 local retc=$? 1040 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 1041 fail_test "client exit code $retc, server $rets" 1052 retc=$? 1060 [ $retc -eq 0 ] && [ $rets -eq 0 ]
|
| /linux-6.15/net/netfilter/ipvs/ |
| H A D | ip_vs_pe_sip.c | 72 int retc; in ip_vs_sip_fill_param() local 74 retc = ip_vs_fill_iph_skb(p->af, skb, false, &iph); in ip_vs_sip_fill_param() 77 if (!retc || iph.protocol != IPPROTO_UDP) in ip_vs_sip_fill_param() 86 retc = skb_linearize(skb); in ip_vs_sip_fill_param() 87 if (retc < 0) in ip_vs_sip_fill_param() 88 return retc; in ip_vs_sip_fill_param()
|
| H A D | ip_vs_sync.c | 1080 int retc=0; in ip_vs_proc_sync_conn() local 1090 retc = 10; in ip_vs_proc_sync_conn() 1157 retc = 30; in ip_vs_proc_sync_conn() 1163 retc = 40; in ip_vs_proc_sync_conn() 1173 retc = 50; in ip_vs_proc_sync_conn() 1235 int retc; in ip_vs_process_message() local 1960 retc = 0; in stop_sync_thread() 1983 retc = 0; in stop_sync_thread() 2031 int retc; in ip_vs_sync_net_cleanup() local 2034 if (retc && retc != -ESRCH) in ip_vs_sync_net_cleanup() [all …]
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | udpgro_fwd.sh | 136 local retc=$? 139 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 140 echo " fail client exit code $retc, server $rets" 185 local retc=$? 188 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 189 echo " fail client exit code $retc, server $rets"
|
| H A D | veth.sh | 113 local retc=$? 116 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 117 echo " fail client exit code $retc, server $rets"
|
| /linux-6.15/include/uapi/linux/genwqe/ |
| H A D | genwqe_card.h | 348 __u16 retc; /* returned from processing */ member 414 __u16 retc; /* return code from processing */ member
|
| /linux-6.15/drivers/misc/genwqe/ |
| H A D | card_dev.c | 612 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()
|
| H A D | card_ddcb.c | 344 req->cmd.retc = be16_to_cpu(pddcb->retc_16); in copy_ddcb_results() 950 if (cmd->retc != DDCB_RETC_COMPLETE) { in __genwqe_execute_raw_ddcb()
|
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_sysfs.c | 606 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);
|