Lines Matching defs:found_nonce
1106 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *nonce, bool *found_nonce)
1120 match_ifa = nonce == NULL || found_nonce == NULL || *found_nonce == false;
1121 if (found_nonce != NULL)
1122 *found_nonce = false;
1147 *found_nonce = true;
1163 bool found_nonce = true;
1166 nd6_dad_find(ifa, nonce, &found_nonce);
1169 return found_nonce;
1482 bool found_nonce = false;
1487 dp = nd6_dad_find(ifa, nonce, &found_nonce);
1488 if (!found_nonce) {