Lines Matching refs:res_err
978 int res_err = 0; in in_pcbbind() local
980 res_err = netns_reserve_in6( in in_pcbbind()
986 res_err = netns_reserve_in( in in_pcbbind()
991 if (res_err != 0) { in in_pcbbind()
1100 int res_err; in in_pcbbind() local
1102 res_err = netns_reserve_in6( in in_pcbbind()
1108 res_err = netns_reserve_in( in in_pcbbind()
1113 found = res_err == 0; in in_pcbbind()
1161 int res_err; in in_pcbbind() local
1163 res_err = netns_reserve_in6( in in_pcbbind()
1169 res_err = netns_reserve_in( in in_pcbbind()
1174 found = res_err == 0; in in_pcbbind()