Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/ipvs/
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()
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 …]
/Linux-v6.6/tools/testing/selftests/net/mptcp/
Dmptcp_sockopt.sh216 local retc=$?
220 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
221 echo " client exit code $retc, server $rets" 1>&2
235 check_mark $listener_ns 6 || retc=1
236 check_mark $connector_ns 6 || retc=1
238 check_mark $listener_ns 4 || retc=1
239 check_mark $connector_ns 4 || retc=1
245 mptcp_lib_result_code "${retc}" "mark ${ip}"
248 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
Dmptcp_connect.sh468 local retc=$?
492 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
493 echo "[ FAIL ] client exit code $retc, server $rets" 1>&2
508 retc=$?
532 retc=1
557 retc=1
561 if [ $retc -eq 0 ] && [ $rets -eq 0 ]; then
595 [ $retc -eq 0 ] && [ $rets -eq 0 ]
Dsimult_flows.sh191 local retc=$?
207 if [ $retc -eq 0 ] && [ $rets -eq 0 ] && \
215 echo "client exit code $retc, server $rets" 1>&2
Dmptcp_join.sh1147 local retc=$?
1161 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
1162 fail_test "client exit code $retc, server $rets"
1179 retc=$?
1187 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
/Linux-v6.6/tools/testing/selftests/net/
Dudpgro_fwd.sh124 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"
Dveth.sh115 local retc=$?
118 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
119 echo " fail client exit code $retc, server $rets"
/Linux-v6.6/include/uapi/linux/genwqe/
Dgenwqe_card.h348 __u16 retc; /* returned from processing */ member
414 __u16 retc; /* return code from processing */ member
/Linux-v6.6/drivers/misc/genwqe/
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()
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()
/Linux-v6.6/sound/pci/hda/
Dhda_sysfs.c608 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);