Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/
Dtun.c2291 struct tun_prog __rcu **prog_p, in __tun_set_ebpf() argument
2304 old = rcu_dereference_protected(*prog_p, in __tun_set_ebpf()
2306 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()