Searched refs:prog_p (Results 1 – 1 of 1) sorted by relevance
2293 struct tun_prog __rcu **prog_p, in __tun_set_ebpf() argument2306 old = rcu_dereference_protected(*prog_p, in __tun_set_ebpf()2308 rcu_assign_pointer(*prog_p, new); in __tun_set_ebpf()3022 static int tun_set_ebpf(struct tun_struct *tun, struct tun_prog __rcu **prog_p, in tun_set_ebpf() argument3039 return __tun_set_ebpf(tun, prog_p, prog); in tun_set_ebpf()