/Linux-v5.4/kernel/bpf/ |
D | helpers.c | 41 BPF_CALL_4(bpf_map_update_elem, struct bpf_map *, map, void *, key, in BPF_CALL_4() function 437 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() function 462 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() function
|
D | stackmap.c | 445 BPF_CALL_4(bpf_get_stack, struct pt_regs *, regs, void *, buf, u32, size, in BPF_CALL_4() function
|
D | cgroup.c | 1166 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() function
|
/Linux-v5.4/net/core/ |
D | sock_map.c | 430 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() function 453 BPF_CALL_4(bpf_sk_redirect_map, struct sk_buff *, skb, in BPF_CALL_4() function 477 BPF_CALL_4(bpf_msg_redirect_map, struct sk_msg *, msg, in BPF_CALL_4() function 880 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() function 902 BPF_CALL_4(bpf_sk_redirect_hash, struct sk_buff *, skb, in BPF_CALL_4() function 926 BPF_CALL_4(bpf_msg_redirect_hash, struct sk_msg *, msg, in BPF_CALL_4() function
|
D | filter.c | 178 BPF_CALL_4(bpf_skb_load_helper_8, const struct sk_buff *, skb, const void *, in BPF_CALL_4() function 205 BPF_CALL_4(bpf_skb_load_helper_16, const struct sk_buff *, skb, const void *, in BPF_CALL_4() function 232 BPF_CALL_4(bpf_skb_load_helper_32, const struct sk_buff *, skb, const void *, in BPF_CALL_4() function 1701 BPF_CALL_4(bpf_skb_load_bytes, const struct sk_buff *, skb, u32, offset, in BPF_CALL_4() function 1731 BPF_CALL_4(bpf_flow_dissector_load_bytes, in BPF_CALL_4() function 2218 BPF_CALL_4(bpf_msg_pull_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() function 2344 BPF_CALL_4(bpf_msg_push_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() function 2505 BPF_CALL_4(bpf_msg_pop_data, struct sk_msg *, msg, u32, start, in BPF_CALL_4() function 3151 BPF_CALL_4(bpf_skb_adjust_room, struct sk_buff *, skb, s32, len_diff, in BPF_CALL_4() function 3824 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() function [all …]
|
D | bpf_sk_storage.c | 840 BPF_CALL_4(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_4() function
|
/Linux-v5.4/drivers/media/rc/ |
D | bpf-lirc.c | 43 BPF_CALL_4(bpf_rc_keydown, u32*, sample, u32, protocol, u64, scancode, in BPF_CALL_4() function
|
/Linux-v5.4/kernel/trace/ |
D | bpf_trace.c | 394 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags, in BPF_CALL_4() function 840 BPF_CALL_4(bpf_get_stack_tp, void *, tp_buff, void *, buf, u32, size, in BPF_CALL_4() function 1024 BPF_CALL_4(bpf_get_stack_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_4() function
|
/Linux-v5.4/include/linux/ |
D | filter.h | 479 #define BPF_CALL_4(name, ...) BPF_CALL_x(4, name, __VA_ARGS__) macro
|