Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c598 return bpf_event_output(map, flags, data, size, NULL, 0, NULL); in BPF_CALL_5()
H A Dcore.c2283 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
2288 EXPORT_SYMBOL_GPL(bpf_event_output);
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1055 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4155 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5()
4548 return bpf_event_output(map, flags, meta, meta_size, xdp->data, in BPF_CALL_5()