Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dtun.c600 static int tun_attach(struct tun_struct *tun, struct file *file, bool skip_filter) in tun_attach() argument
625 if (!skip_filter && (tun->filter_attached == true)) { in tun_attach()