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