Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/wl/
Dif_wl.c2506 static int wl_cache_iponly = 1; variable
2507 SYSCTL_INT(_machdep, OID_AUTO, wl_cache_iponly, CTLFLAG_RW,
2508 &wl_cache_iponly, 0, "");
2537 int ipflag = wl_cache_iponly; in wl_cache_store()
2549 if ( wl_cache_iponly && (ntohs(eh->ether_type) != 0x800)) { in wl_cache_store()