Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/netronome/nfp/bpf/
Doffload.c477 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output()
/linux-6.14.4/kernel/bpf/
Dcore.c2921 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
2926 EXPORT_SYMBOL_GPL(bpf_event_output);
Dhelpers.c642 return bpf_event_output(map, flags, data, size, NULL, 0, NULL); in BPF_CALL_5()
/linux-6.14.4/include/linux/
Dbpf.h2047 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
/linux-6.14.4/kernel/trace/
Dbpf_trace.c708 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
/linux-6.14.4/net/core/
Dfilter.c4646 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5()
5060 return bpf_event_output(map, flags, meta, meta_size, xdp, in BPF_CALL_5()