Home
last modified time | relevance | path

Searched refs:xdp_exception (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/samples/bpf/
Dxdp_monitor_user.c142 struct record_u64 xdp_exception[XDP_ACTION_MAX]; member
340 rec = &stats_rec->xdp_exception[rec_i]; in stats_print()
341 prev = &stats_prev->xdp_exception[rec_i]; in stats_print()
492 map_collect_record_u64(fd, i, &rec->xdp_exception[i]); in stats_collect()
544 rec->xdp_exception[i].cpu = alloc_rec_per_cpu(rec_sz); in alloc_stats_record()
564 free(r->xdp_exception[i].cpu); in free_stats_record()
/Linux-v4.19/include/trace/events/
Dxdp.h28 TRACE_EVENT(xdp_exception,
/Linux-v4.19/kernel/bpf/
Dcore.c1857 EXPORT_TRACEPOINT_SYMBOL_GPL(xdp_exception);