Searched refs:tun_set_ebpf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 3006 static int tun_set_ebpf(struct tun_struct *tun, struct tun_prog __rcu **prog_p, in tun_set_ebpf() function 3354 ret = tun_set_ebpf(tun, &tun->steering_prog, argp); in __tun_chr_ioctl() 3358 ret = tun_set_ebpf(tun, &tun->filter_prog, argp); in __tun_chr_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 3017 static int tun_set_ebpf(struct tun_struct *tun, struct tun_prog __rcu **prog_p, in tun_set_ebpf() function 3373 ret = tun_set_ebpf(tun, &tun->steering_prog, argp); in __tun_chr_ioctl() 3377 ret = tun_set_ebpf(tun, &tun->filter_prog, argp); in __tun_chr_ioctl()
|
Completed in 10 milliseconds