Lines Matching refs:xdp
3 #define TRACE_SYSTEM xdp
31 const struct bpf_prog *xdp, u32 act),
33 TP_ARGS(dev, xdp, act),
42 __entry->prog_id = xdp->aux->id;
56 const struct bpf_prog *xdp,
60 TP_ARGS(dev, xdp, to_ifindex, err, map, map_index),
73 __entry->prog_id = xdp->aux->id;
91 const struct bpf_prog *xdp,
94 TP_ARGS(dev, xdp, to_ifindex, err, map, map_index)
99 const struct bpf_prog *xdp,
102 TP_ARGS(dev, xdp, to_ifindex, err, map, map_index)
105 #define _trace_xdp_redirect(dev, xdp, to) \ argument
106 trace_xdp_redirect(dev, xdp, to, 0, NULL, 0);
108 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument
109 trace_xdp_redirect_err(dev, xdp, to, err, NULL, 0);
113 const struct bpf_prog *xdp,
116 TP_ARGS(dev, xdp, to_ifindex, err, map, map_index),
128 const struct bpf_prog *xdp,
131 TP_ARGS(dev, xdp, to_ifindex, err, map, map_index),
153 #define _trace_xdp_redirect_map(dev, xdp, fwd, map, idx) \ argument
154 trace_xdp_redirect_map(dev, xdp, devmap_ifindex(fwd, map), \
157 #define _trace_xdp_redirect_map_err(dev, xdp, fwd, map, idx, err) \ argument
158 trace_xdp_redirect_map_err(dev, xdp, devmap_ifindex(fwd, map), \