Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-pcsxx-defs.h427 uint64_t txflt:1; member
429 uint64_t txflt:1;
447 uint64_t txflt:1; member
449 uint64_t txflt:1;
/Linux-v5.4/drivers/net/
Dtun.c224 struct tap_filter txflt; member
1086 if (!check_filter(&tun->txflt, skb)) in tun_net_xmit()
2797 tun->txflt.count = 0; in tun_set_iff()
3200 ret = update_filter(&tun->txflt, (void __user *)arg); in __tun_chr_ioctl()