Searched refs:bpf_event_output (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | offload.c | 477 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 3030 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function 3035 EXPORT_SYMBOL_GPL(bpf_event_output);
|
| H A D | helpers.c | 645 return bpf_event_output(map, flags, data, size, NULL, 0, NULL); in BPF_CALL_5()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2227 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 713 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
|
| /linux/net/core/ |
| H A D | filter.c | 4686 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5() 5100 return bpf_event_output(map, flags, meta, meta_size, xdp, in BPF_CALL_5()
|