Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxdp_monitor_user.c177 struct record_u64 xdp_exception[XDP_ACTION_MAX]; member
375 rec = &stats_rec->xdp_exception[rec_i]; in stats_print()
376 prev = &stats_prev->xdp_exception[rec_i]; in stats_print()
527 map_collect_record_u64(fd, i, &rec->xdp_exception[i]); in stats_collect()
575 rec->xdp_exception[i].cpu = alloc_rec_per_cpu(rec_sz); in alloc_stats_record()
595 free(r->xdp_exception[i].cpu); in free_stats_record()
/Linux-v5.10/include/trace/events/
Dxdp.h28 TRACE_EVENT(xdp_exception,
/Linux-v5.10/kernel/bpf/
Dcore.c2300 EXPORT_TRACEPOINT_SYMBOL_GPL(xdp_exception);