Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/an/
H A Dif_an.c3050 static int an_cache_mcastonly = 0; variable
3051 SYSCTL_INT(_hw_an, OID_AUTO, an_cache_mcastonly, CTLFLAG_RW,
3052 &an_cache_mcastonly, 0, "");
3092 if (an_cache_mcastonly && ((eh->ether_dhost[0] & 1) == 0)) { in an_cache_store()