Home
last modified time | relevance | path

Searched refs:an_cache_iponly (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/dev/an/
H A Dif_an.c3056 static int an_cache_iponly = 1; variable
3057 SYSCTL_INT(_hw_an, OID_AUTO, an_cache_iponly, CTLFLAG_RW,
3058 &an_cache_iponly, 0, "");
3086 if ( an_cache_iponly && !type_ipv4) { in an_cache_store()