Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pcsxx-defs.h484 uint64_t txflt:1; member
486 uint64_t txflt:1;
504 uint64_t txflt:1; member
506 uint64_t txflt:1;
/linux-4.4.14/drivers/net/
Dtun.c192 struct tap_filter txflt; member
848 if (!check_filter(&tun->txflt, skb)) in tun_net_xmit()
1692 tun->txflt.count = 0; in tun_set_iff()
2034 ret = update_filter(&tun->txflt, (void __user *)arg); in __tun_chr_ioctl()