Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dhelpers.c37 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
53 const struct bpf_func_proto bpf_map_update_elem_proto = {
70 const struct bpf_func_proto bpf_map_delete_elem_proto = {
79 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
90 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
101 const struct bpf_func_proto bpf_get_numa_node_id_proto = {
113 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
129 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = {
149 const struct bpf_func_proto bpf_get_current_uid_gid_proto = {
175 const struct bpf_func_proto bpf_get_current_comm_proto = {
[all …]
Dcore.c1783 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
1784 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
1785 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
1787 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
1788 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
1789 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak;
1790 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
1792 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
1793 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
1794 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
[all …]
Dstackmap.c429 const struct bpf_func_proto bpf_get_stackid_proto = {
495 const struct bpf_func_proto bpf_get_stack_proto = {
Dcgroup.c666 static const struct bpf_func_proto *
Dverifier.c2240 static bool check_raw_mode_ok(const struct bpf_func_proto *fn) in check_raw_mode_ok()
2271 static bool check_arg_pair_ok(const struct bpf_func_proto *fn) in check_arg_pair_ok()
2289 static int check_func_proto(const struct bpf_func_proto *fn) in check_func_proto()
2476 const struct bpf_func_proto *fn = NULL; in check_helper_call()
5666 const struct bpf_func_proto *fn; in fixup_bpf_calls()
Dsockmap.c2601 const struct bpf_func_proto bpf_sock_map_update_proto = {
2622 const struct bpf_func_proto bpf_sock_hash_update_proto = {
/Linux-v4.19/include/linux/
Dbpf.h171 struct bpf_func_proto { struct
238 const struct bpf_func_proto *
333 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
806 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
807 extern const struct bpf_func_proto bpf_map_update_elem_proto;
808 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
810 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
811 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
812 extern const struct bpf_func_proto bpf_get_numa_node_id_proto;
813 extern const struct bpf_func_proto bpf_tail_call_proto;
[all …]
/Linux-v4.19/kernel/trace/
Dbpf_trace.c90 static const struct bpf_func_proto bpf_override_return_proto = {
110 static const struct bpf_func_proto bpf_probe_read_proto = {
142 static const struct bpf_func_proto bpf_probe_write_user_proto = {
151 static const struct bpf_func_proto *bpf_get_probe_write_proto(void) in bpf_get_probe_write_proto()
274 static const struct bpf_func_proto bpf_trace_printk_proto = {
282 const struct bpf_func_proto *bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
331 static const struct bpf_func_proto bpf_perf_event_read_proto = {
356 static const struct bpf_func_proto bpf_perf_event_read_value_proto = {
419 static const struct bpf_func_proto bpf_perf_event_output_proto = {
465 static const struct bpf_func_proto bpf_get_current_task_proto = {
[all …]
/Linux-v4.19/net/core/
Dfilter.c259 static const struct bpf_func_proto bpf_get_raw_smp_processor_id_proto = {
1688 static const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1719 static const struct bpf_func_proto bpf_skb_load_bytes_proto = {
1761 static const struct bpf_func_proto bpf_skb_load_bytes_relative_proto = {
1786 static const struct bpf_func_proto bpf_skb_pull_data_proto = {
1817 static const struct bpf_func_proto sk_skb_pull_data_proto = {
1858 static const struct bpf_func_proto bpf_l3_csum_replace_proto = {
1911 static const struct bpf_func_proto bpf_l4_csum_replace_proto = {
1949 static const struct bpf_func_proto bpf_csum_diff_proto = {
1973 static const struct bpf_func_proto bpf_csum_update_proto = {
[all …]
/Linux-v4.19/drivers/media/rc/
Dbpf-lirc.c28 static const struct bpf_func_proto rc_repeat_proto = {
52 static const struct bpf_func_proto rc_keydown_proto = {
62 static const struct bpf_func_proto *