Home
last modified time | relevance | path

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

/include/net/
Dbpf_sk_storage.h10 extern const struct bpf_func_proto bpf_sk_storage_get_proto;
11 extern const struct bpf_func_proto bpf_sk_storage_delete_proto;
/include/linux/
Dbpf.h231 struct bpf_func_proto { struct
307 const struct bpf_func_proto *
486 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
1055 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
1056 extern const struct bpf_func_proto bpf_map_update_elem_proto;
1057 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
1058 extern const struct bpf_func_proto bpf_map_push_elem_proto;
1059 extern const struct bpf_func_proto bpf_map_pop_elem_proto;
1060 extern const struct bpf_func_proto bpf_map_peek_elem_proto;
1062 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
[all …]