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

/linux-4.1.27/kernel/bpf/
H A 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 = {
H A 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;
H A Dsyscall.c382 const struct bpf_func_proto *fn; fixup_bpf_calls()
H A Dverifier.c839 const struct bpf_func_proto *fn = NULL; check_call()
/linux-4.1.27/include/linux/
H A Dbpf.h77 struct bpf_func_proto { struct
101 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id);
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/trace/
H A 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) kprobe_prog_func_proto()
/linux-4.1.27/net/core/
H A 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 * sk_filter_func_proto()
1371 static const struct bpf_func_proto * tc_cls_act_func_proto()

Completed in 329 milliseconds