Home | History | Annotate | Download | only in test

Lines Matching refs:ret

50 	int ret;
67 ret = ipa_nat_add_ipv4_tbl(pub_ip_add, total_entries, &tbl_hdl);
68 CHECK_ERR(ret);
71 ret = ipa_nat_add_ipv4_rule(tbl_hdl, &ipv4_rule, &rule_hdl1);
72 CHECK_ERR(ret);
74 ret = ipa_nat_add_ipv4_rule(tbl_hdl, &ipv4_rule, &rule_hdl2);
75 CHECK_ERR(ret);
77 ret = ipa_nat_add_ipv4_rule(tbl_hdl, &ipv4_rule, &rule_hdl3);
78 CHECK_ERR(ret);
80 ret = ipa_nat_del_ipv4_rule(tbl_hdl, rule_hdl3);
81 CHECK_ERR(ret);
83 ret = ipa_nat_del_ipv4_rule(tbl_hdl, rule_hdl2);
84 CHECK_ERR(ret);
86 ret = ipa_nat_del_ipv4_rule(tbl_hdl, rule_hdl1);
87 CHECK_ERR(ret);
91 ret = ipa_nat_del_ipv4_tbl(tbl_hdl);
92 CHECK_ERR(ret);