Searched refs:nd6_dad_nonce_max_count (Results 1 – 1 of 1) sorted by relevance
162 static uint32_t nd6_dad_nonce_max_count = 3; variable163 SYSCTL_UINT(_net_inet6_ip6, OID_AUTO, nd6_dad_nonce_max_count,164 …CTLFLAG_RW | CTLFLAG_LOCKED, &nd6_dad_nonce_max_count, 0, "Number of times to ignore same nonce fo…1708 dp->dad_same_nonce_count <= nd6_dad_nonce_max_count) { in nd6_dad_find()2022 dp->dad_same_nonce_count > nd6_dad_nonce_max_count) { in nd6_dad_timer()