Lines Matching refs:res_err
1118 int res_err = 0; in in_pcbbind() local
1120 res_err = netns_reserve_in6( in in_pcbbind()
1126 res_err = netns_reserve_in( in in_pcbbind()
1131 if (res_err != 0) { in in_pcbbind()
1242 int res_err; in in_pcbbind() local
1244 res_err = netns_reserve_in6( in in_pcbbind()
1250 res_err = netns_reserve_in( in in_pcbbind()
1255 found = res_err == 0; in in_pcbbind()
1304 int res_err; in in_pcbbind() local
1306 res_err = netns_reserve_in6( in in_pcbbind()
1312 res_err = netns_reserve_in( in in_pcbbind()
1317 found = res_err == 0; in in_pcbbind()