Lines Matching refs:res_err
1078 int res_err = 0; in in_pcbbind() local
1080 res_err = netns_reserve_in6( in in_pcbbind()
1086 res_err = netns_reserve_in( in in_pcbbind()
1091 if (res_err != 0) { in in_pcbbind()
1202 int res_err; in in_pcbbind() local
1204 res_err = netns_reserve_in6( in in_pcbbind()
1210 res_err = netns_reserve_in( in in_pcbbind()
1215 found = res_err == 0; in in_pcbbind()
1264 int res_err; in in_pcbbind() local
1266 res_err = netns_reserve_in6( in in_pcbbind()
1272 res_err = netns_reserve_in( in in_pcbbind()
1277 found = res_err == 0; in in_pcbbind()