Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Dbpf.h1045 struct bpf_prog_array { struct
1050 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags); argument
1051 void bpf_prog_array_free(struct bpf_prog_array *progs);
1052 int bpf_prog_array_length(struct bpf_prog_array *progs);
1053 bool bpf_prog_array_is_empty(struct bpf_prog_array *array);
1054 int bpf_prog_array_copy_to_user(struct bpf_prog_array *progs, __u32 __user *prog_ids, u32 cnt);
1056 void bpf_prog_array_delete_safe(struct bpf_prog_array *progs, struct bpf_prog *old_prog);
1057 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index);
1058 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index, struct bpf_prog *prog);
1059 int bpf_prog_array_copy_info(struct bpf_prog_array *array, u32 *prog_ids, u32 request_cnt, u32 *pro…
[all …]