Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dhelpers.c592 return bpf_event_output(map, flags, data, size, NULL, 0, NULL); in BPF_CALL_5()
Dcore.c2284 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
2289 EXPORT_SYMBOL_GPL(bpf_event_output);
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
Doffload.c476 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output()
/kernel/linux/linux-5.10/include/linux/
Dbpf.h1099 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c970 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
/kernel/linux/linux-5.10/net/core/
Dfilter.c4185 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5()
4578 return bpf_event_output(map, flags, meta, meta_size, xdp->data, in BPF_CALL_5()