Home | History | Annotate | Download | only in test

Lines Matching refs:ret

51 	int ret;
69 ret = ipa_nat_add_ipv4_tbl(pub_ip_add, total_entries, &tbl_hdl);
70 CHECK_ERR(ret);
73 ret = ipa_nat_add_ipv4_rule(tbl_hdl, &ipv4_rule, &rule_hdl1);
74 CHECK_ERR(ret);
76 ret = ipa_nat_add_ipv4_rule(tbl_hdl, &ipv4_rule, &rule_hdl2);
77 CHECK_ERR(ret);
79 ret = ipa_nat_add_ipv4_rule(tbl_hdl, &ipv4_rule, &rule_hdl3);
80 CHECK_ERR(ret);
82 ret = ipa_nat_del_ipv4_rule(tbl_hdl, rule_hdl1);
83 CHECK_ERR(ret);
85 ret = ipa_nat_del_ipv4_rule(tbl_hdl, rule_hdl3);
86 CHECK_ERR(ret);
88 ret = ipa_nat_del_ipv4_rule(tbl_hdl, rule_hdl2);
89 CHECK_ERR(ret);
92 ret = ipa_nat_del_ipv4_tbl(tbl_hdl);
93 CHECK_ERR(ret);