Searched refs:tun_prog (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 180 struct tun_prog { struct 220 struct tun_prog __rcu *steering_prog; 221 struct tun_prog __rcu *filter_prog; 558 struct tun_prog *prog; in tun_ebpf_select_queue() 1073 struct tun_prog *prog = rcu_dereference(tun->filter_prog); in run_ebpf_filter() 2297 struct tun_prog *prog = container_of(rcu, struct tun_prog, rcu); in tun_prog_free() 2304 struct tun_prog __rcu **prog_p, in __tun_set_ebpf() 2307 struct tun_prog *old, *new = NULL; in __tun_set_ebpf() 3006 static int tun_set_ebpf(struct tun_struct *tun, struct tun_prog __rc [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 169 struct tun_prog { struct 209 struct tun_prog __rcu *steering_prog; 210 struct tun_prog __rcu *filter_prog; 546 struct tun_prog *prog; in tun_ebpf_select_queue() 1062 struct tun_prog *prog = rcu_dereference(tun->filter_prog); in run_ebpf_filter() 2284 struct tun_prog *prog = container_of(rcu, struct tun_prog, rcu); in tun_prog_free() 2291 struct tun_prog __rcu **prog_p, in __tun_set_ebpf() 2294 struct tun_prog *old, *new = NULL; in __tun_set_ebpf() 3017 static int tun_set_ebpf(struct tun_struct *tun, struct tun_prog __rc [all...] |
Completed in 9 milliseconds