Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_pe_sip.c72 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 Dip_vs_sync.c1080 int retc=0; in ip_vs_proc_sync_conn() local
1090 retc = 10; in ip_vs_proc_sync_conn()
1140 retc = 20; 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()
1195 IP_VS_DBG(2, "BACKUP, Single msg dropped err:%d\n", retc); in ip_vs_proc_sync_conn()
1196 return retc; in ip_vs_proc_sync_conn()
1235 int retc; in ip_vs_process_message() local
1256 retc = ip_vs_proc_sync_conn(ipvs, p, msg_end); in ip_vs_process_message()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Ddat.c81 int retc = 0; in sox_datread() local
109 retc = sscanf(&inpstr[inpPtr]," %lg%n", &sampval, &inpPtrInc); in sox_datread()
111 if (retc != 1) { in sox_datread()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh201 retc=$?
210 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
211 echo " client exit code $retc, server $rets" 1>&2
222 retc=$?
226 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
H A Dmptcp_connect.sh425 local retc=$?
441 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
442 echo "$duration [ FAIL ] client exit code $retc, server $rets" 1>&2
453 retc=$?
496 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
H A Dsimult_flows.sh171 local retc=$?
193 if [ $retc -eq 0 ] && [ $rets -eq 0 ] && \
202 echo "client exit code $retc, server $rets" 1>&2
/OK3568_Linux_fs/kernel/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()
H A Dcard_ddcb.c344 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/genwqe/
H A Dgenwqe_card.h348 __u16 retc; /* returned from processing */ member
414 __u16 retc; /* return code from processing */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/genwqe/
H A Dgenwqe_card.h348 __u16 retc; /* returned from processing */ member
414 __u16 retc; /* return code from processing */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/genwqe/
H A Dgenwqe_card.h348 __u16 retc; /* returned from processing */ member
414 __u16 retc; /* return code from processing */ member
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_sysfs.c611 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);