Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h3438 int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, struct bpf_prog *old_prog);
3494 static inline int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, in bpf_prog_dev_bound_inherit() function
/linux/kernel/bpf/
H A Dsyscall.c3045 err = bpf_prog_dev_bound_inherit(prog, dst_prog); in bpf_prog_load()