Lines Matching refs:res_err
1121 int res_err = 0; in in_pcbbind() local
1123 res_err = netns_reserve_in6( in in_pcbbind()
1129 res_err = netns_reserve_in( in in_pcbbind()
1134 if (res_err != 0) { in in_pcbbind()
1245 int res_err; in in_pcbbind() local
1247 res_err = netns_reserve_in6( in in_pcbbind()
1253 res_err = netns_reserve_in( in in_pcbbind()
1258 found = res_err == 0; in in_pcbbind()
1307 int res_err; in in_pcbbind() local
1309 res_err = netns_reserve_in6( in in_pcbbind()
1315 res_err = netns_reserve_in( in in_pcbbind()
1320 found = res_err == 0; in in_pcbbind()