Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Doffload.c500 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output()
/Linux-v4.19/include/linux/
Dbpf.h338 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
/Linux-v4.19/kernel/bpf/
Dcore.c1806 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
1811 EXPORT_SYMBOL_GPL(bpf_event_output);
/Linux-v4.19/kernel/trace/
Dbpf_trace.c433 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() function
/Linux-v4.19/net/core/
Dfilter.c3482 return bpf_event_output(map, flags, meta, meta_size, skb, skb_size, in BPF_CALL_5()
3824 return bpf_event_output(map, flags, meta, meta_size, xdp->data, in BPF_CALL_5()