Searched refs:prog_p (Results 1 – 1 of 1) sorted by relevance
2173 struct tun_prog __rcu **prog_p, in __tun_set_ebpf() argument2186 old = rcu_dereference_protected(*prog_p, in __tun_set_ebpf()2188 rcu_assign_pointer(*prog_p, new); in __tun_set_ebpf()2913 static int tun_set_ebpf(struct tun_struct *tun, struct tun_prog __rcu **prog_p, in tun_set_ebpf() argument2930 return __tun_set_ebpf(tun, prog_p, prog); in tun_set_ebpf()