Home
last modified time | relevance | path

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

/linux-6.12.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-6.12.1/drivers/net/ !
Dtun.c195 struct tap_filter txflt; member
1092 if (!check_filter(&tun->txflt, skb)) { in tun_net_xmit()
2848 tun->txflt.count = 0; in tun_set_iff()
3267 ret = update_filter(&tun->txflt, (void __user *)arg); in __tun_chr_ioctl()