Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dtun.c3417 static const struct file_operations tun_fops = { variable
3438 .fops = &tun_fops,
3663 if (file->f_op != &tun_fops) in tun_get_socket()
3676 if (file->f_op != &tun_fops) in tun_get_tx_ring()