Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbpf.h84 struct bpf_func_proto { struct
110 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id); argument
161 const struct bpf_func_proto *bpf_get_trace_printk_proto(void);
204 extern const struct bpf_func_proto bpf_map_lookup_elem_proto;
205 extern const struct bpf_func_proto bpf_map_update_elem_proto;
206 extern const struct bpf_func_proto bpf_map_delete_elem_proto;
208 extern const struct bpf_func_proto bpf_get_prandom_u32_proto;
209 extern const struct bpf_func_proto bpf_get_smp_processor_id_proto;
210 extern const struct bpf_func_proto bpf_tail_call_proto;
211 extern const struct bpf_func_proto bpf_ktime_get_ns_proto;
[all …]
/linux-4.4.14/kernel/bpf/
Dhelpers.c49 const struct bpf_func_proto bpf_map_lookup_elem_proto = {
68 const struct bpf_func_proto bpf_map_update_elem_proto = {
88 const struct bpf_func_proto bpf_map_delete_elem_proto = {
96 const struct bpf_func_proto bpf_get_prandom_u32_proto = {
107 const struct bpf_func_proto bpf_get_smp_processor_id_proto = {
119 const struct bpf_func_proto bpf_ktime_get_ns_proto = {
135 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = {
155 const struct bpf_func_proto bpf_get_current_uid_gid_proto = {
173 const struct bpf_func_proto bpf_get_current_comm_proto = {
Dcore.c762 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak;
763 const struct bpf_func_proto bpf_map_update_elem_proto __weak;
764 const struct bpf_func_proto bpf_map_delete_elem_proto __weak;
766 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak;
767 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak;
768 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak;
769 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
770 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
771 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
772 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
[all …]
Dsyscall.c461 const struct bpf_func_proto *fn; in fixup_bpf_calls()
Dverifier.c935 const struct bpf_func_proto *fn = NULL; in check_call()
/linux-4.4.14/kernel/trace/
Dbpf_trace.c73 static const struct bpf_func_proto bpf_probe_read_proto = {
170 static const struct bpf_func_proto bpf_trace_printk_proto = {
178 const struct bpf_func_proto *bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
215 static const struct bpf_func_proto bpf_perf_event_read_proto = {
256 static const struct bpf_func_proto bpf_perf_event_output_proto = {
267 static const struct bpf_func_proto *kprobe_prog_func_proto(enum bpf_func_id func_id) in kprobe_prog_func_proto()
/linux-4.4.14/net/core/
Dfilter.c1301 const struct bpf_func_proto bpf_skb_store_bytes_proto = {
1350 const struct bpf_func_proto bpf_l3_csum_replace_proto = {
1397 const struct bpf_func_proto bpf_l4_csum_replace_proto = {
1431 const struct bpf_func_proto bpf_clone_redirect_proto = {
1475 const struct bpf_func_proto bpf_redirect_proto = {
1488 static const struct bpf_func_proto bpf_get_cgroup_classid_proto = {
1507 static const struct bpf_func_proto bpf_get_route_realm_proto = {
1526 const struct bpf_func_proto bpf_skb_vlan_push_proto = {
1543 const struct bpf_func_proto bpf_skb_vlan_pop_proto = {
1577 const struct bpf_func_proto bpf_skb_get_tunnel_key_proto = {
[all …]