Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dtun.c2293 struct tun_prog __rcu **prog_p, in __tun_set_ebpf() argument
2306 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() argument
3039 return __tun_set_ebpf(tun, prog_p, prog); in tun_set_ebpf()