Searched refs:prog_p (Results 1 – 1 of 1) sorted by relevance
2216 struct tun_prog __rcu **prog_p, in __tun_set_ebpf() argument2229 old = rcu_dereference_protected(*prog_p, in __tun_set_ebpf()2231 rcu_assign_pointer(*prog_p, new); in __tun_set_ebpf()2961 static int tun_set_ebpf(struct tun_struct *tun, struct tun_prog __rcu **prog_p, in tun_set_ebpf() argument2978 return __tun_set_ebpf(tun, prog_p, prog); in tun_set_ebpf()