Home
last modified time | relevance | path

Searched refs:bpf_event_output (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c477 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output()
/linux-6.15/kernel/bpf/
H A Dcore.c2981 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
2986 EXPORT_SYMBOL_GPL(bpf_event_output);
H A Dhelpers.c642 return bpf_event_output(map, flags, data, size, NULL, 0, NULL); in BPF_CALL_5()
/linux-6.15/include/linux/
H A Dbpf.h2084 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
/linux-6.15/kernel/trace/
H A Dbpf_trace.c714 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
/linux-6.15/net/core/
H A Dfilter.c4647 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5()
5061 return bpf_event_output(map, flags, meta, meta_size, xdp, in BPF_CALL_5()