Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dtun.c169 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()
1061 struct tun_prog *prog = rcu_dereference(tun->filter_prog); in run_ebpf_filter()
2265 struct tun_prog *prog = container_of(rcu, struct tun_prog, rcu); in tun_prog_free()
2272 struct tun_prog __rcu **prog_p, in __tun_set_ebpf()
2275 struct tun_prog *old, *new = NULL; in __tun_set_ebpf()
2985 static int tun_set_ebpf(struct tun_struct *tun, struct tun_prog __rcu **prog_p, in tun_set_ebpf()