Home
last modified time | relevance | path

Searched refs:bpf_event_output (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c476 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhelpers.c592 return bpf_event_output(map, flags, data, size, NULL, 0, NULL); in BPF_CALL_5()
H A Dcore.c2290 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
2295 EXPORT_SYMBOL_GPL(bpf_event_output); variable
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c476 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c2838 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
2843 EXPORT_SYMBOL_GPL(bpf_event_output); variable
H A Dhelpers.c640 return bpf_event_output(map, flags, data, size, NULL, 0, NULL); in BPF_CALL_5()
/kernel/linux/linux-5.10/kernel/trace/
H A 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/include/linux/
H A Dbpf.h1103 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h1813 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c4217 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5()
4610 return bpf_event_output(map, flags, meta, meta_size, xdp->data, in BPF_CALL_5()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c4563 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5()
4975 return bpf_event_output(map, flags, meta, meta_size, xdp, in BPF_CALL_5()

Completed in 64 milliseconds