Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/net/
Dtun.c193 struct tap_filter txflt; member
1096 if (!check_filter(&tun->txflt, skb)) { in tun_net_xmit()
2817 tun->txflt.count = 0; in tun_set_iff()
3227 ret = update_filter(&tun->txflt, (void __user *)arg); in __tun_chr_ioctl()