Searched refs:bpf_event_output (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/ |
D | offload.c | 476 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output()
|
/linux-6.1.9/kernel/bpf/ |
D | helpers.c | 630 return bpf_event_output(map, flags, data, size, NULL, 0, NULL); in BPF_CALL_5()
|
D | core.c | 2657 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function 2662 EXPORT_SYMBOL_GPL(bpf_event_output);
|
/linux-6.1.9/kernel/trace/ |
D | bpf_trace.c | 717 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
|
/linux-6.1.9/include/linux/ |
D | bpf.h | 1486 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
|
/linux-6.1.9/net/core/ |
D | filter.c | 4464 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5() 4873 return bpf_event_output(map, flags, meta, meta_size, xdp, in BPF_CALL_5()
|