Home
last modified time | relevance | path

Searched refs:BPF_CALL_5 (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
A Dbpf_trace.c368 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() function
465 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5() function
654 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() function
986 BPF_CALL_5(bpf_snprintf_btf, char *, str, u32, str_size, struct btf_ptr *, ptr, in BPF_CALL_5() function
1268 BPF_CALL_5(bpf_perf_event_output_tp, void *, tp_buff, struct bpf_map *, map, in BPF_CALL_5() function
1491 BPF_CALL_5(bpf_perf_event_output_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_5() function
/linux/net/core/
A Dfilter.c1989 BPF_CALL_5(bpf_csum_diff, __be32 *, from, u32, from_size, in BPF_CALL_5() function
5051 BPF_CALL_5(bpf_sk_setsockopt, struct sock *, sk, int, level, in BPF_CALL_5() function
5714 BPF_CALL_5(bpf_skb_check_mtu, struct sk_buff *, skb, in BPF_CALL_5() function
5763 BPF_CALL_5(bpf_xdp_check_mtu, struct xdp_buff *, xdp, in BPF_CALL_5() function
6254 BPF_CALL_5(bpf_skc_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5() function
6273 BPF_CALL_5(bpf_sk_lookup_tcp, struct sk_buff *, skb, in BPF_CALL_5() function
6292 BPF_CALL_5(bpf_sk_lookup_udp, struct sk_buff *, skb, in BPF_CALL_5() function
6325 BPF_CALL_5(bpf_xdp_sk_lookup_udp, struct xdp_buff *, ctx, in BPF_CALL_5() function
6348 BPF_CALL_5(bpf_xdp_skc_lookup_tcp, struct xdp_buff *, ctx, in BPF_CALL_5() function
6371 BPF_CALL_5(bpf_xdp_sk_lookup_tcp, struct xdp_buff *, ctx, in BPF_CALL_5() function
[all …]
/linux/kernel/bpf/
A Dhelpers.c617 BPF_CALL_5(bpf_event_output_data, void *, ctx, struct bpf_map *, map, in BPF_CALL_5() function
982 BPF_CALL_5(bpf_snprintf, char *, str, u32, str_size, char *, fmt, in BPF_CALL_5() function
/linux/include/linux/
A Dfilter.h515 #define BPF_CALL_5(name, ...) BPF_CALL_x(5, name, __VA_ARGS__) macro

Completed in 34 milliseconds