Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
Dtun.c2223 static int __tun_set_ebpf(struct tun_struct *tun, in __tun_set_ebpf() function
2262 __tun_set_ebpf(tun, &tun->steering_prog, NULL); in tun_free_netdev()
2263 __tun_set_ebpf(tun, &tun->filter_prog, NULL); in tun_free_netdev()
2986 return __tun_set_ebpf(tun, prog_p, prog); in tun_set_ebpf()
/kernel/linux/linux-4.19/drivers/net/
Dtun.c2236 static int __tun_set_ebpf(struct tun_struct *tun, in __tun_set_ebpf() function
2269 __tun_set_ebpf(tun, &tun->steering_prog, NULL); in tun_free_netdev()
2270 __tun_set_ebpf(tun, &tun->filter_prog, NULL); in tun_free_netdev()
2856 return __tun_set_ebpf(tun, prog_p, prog); in tun_set_ebpf()