Searched refs:retc (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/net/netfilter/ipvs/ |
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()
|
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 1971 retc = 0; in stop_sync_thread() 1994 retc = 0; in stop_sync_thread() 2042 int retc; in ip_vs_sync_net_cleanup() local 2045 if (retc && retc != -ESRCH) in ip_vs_sync_net_cleanup() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | udpgro_fwd.sh | 124 local retc=$? 127 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 128 echo " fail client exit code $retc, server $rets" 173 local retc=$? 176 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 177 echo " fail client exit code $retc, server $rets"
|
A D | veth.sh | 115 local retc=$? 118 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 119 echo " fail client exit code $retc, server $rets"
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | mptcp_sockopt.sh | 201 local retc=$? 205 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 206 echo " client exit code $retc, server $rets" 1>&2 229 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
|
A D | mptcp_connect.sh | 454 local retc=$? 477 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 478 echo "[ FAIL ] client exit code $retc, server $rets" 1>&2 492 retc=$? 516 retc=1 541 retc=1 545 if [ $retc -eq 0 ] && [ $rets -eq 0 ]; then 576 [ $retc -eq 0 ] && [ $rets -eq 0 ]
|
A D | simult_flows.sh | 187 local retc=$? 203 if [ $retc -eq 0 ] && [ $rets -eq 0 ] && \ 211 echo "client exit code $retc, server $rets" 1>&2
|
A D | mptcp_join.sh | 985 local retc=$? 999 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then 1000 echo " client exit code $retc, server $rets" 1>&2 1018 retc=$? 1026 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
|
/linux-6.3-rc2/include/uapi/linux/genwqe/ |
A D | genwqe_card.h | 348 __u16 retc; /* returned from processing */ member 414 __u16 retc; /* return code from processing */ member
|
/linux-6.3-rc2/drivers/misc/genwqe/ |
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()
|
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.3-rc2/sound/pci/hda/ |
A D | hda_sysfs.c | 608 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);
|
Completed in 21 milliseconds