Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbpf.h77 struct bpf_func_proto { struct
101 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id); argument
157 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
158 extern const struct bpf_func_proto bpf_map_update_elem_proto;
159 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
161 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
162 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
/linux-4.1.27/kernel/bpf/
Dhelpers.c46 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
65 const struct bpf_func_proto bpf_map_update_elem_proto = {
85 const struct bpf_func_proto bpf_map_delete_elem_proto = {
98 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
109 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
Dcore.c660 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
661 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
662 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
664 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
665 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
Dsyscall.c382 const struct bpf_func_proto *fn; in fixup_bpf_calls()
Dverifier.c839 const struct bpf_func_proto *fn = NULL; in check_call()
/linux-4.1.27/kernel/trace/
Dbpf_trace.c73 static const struct bpf_func_proto bpf_probe_read_proto = {
88 static const struct bpf_func_proto bpf_ktime_get_ns_proto = {
154 static const struct bpf_func_proto bpf_trace_printk_proto = {
162 static const struct bpf_func_proto *kprobe_prog_func_proto(enum bpf_func_id func_id) in kprobe_prog_func_proto()
/linux-4.1.27/net/core/
Dfilter.c1243 const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1293 const struct bpf_func_proto bpf_l3_csum_replace_proto = {
1341 const struct bpf_func_proto bpf_l4_csum_replace_proto = {
1352 static const struct bpf_func_proto *
1371 static const struct bpf_func_proto *