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;
97 const struct bpf_prog *xdp,
101 TP_ARGS(dev, xdp, tgt, err, map, index),
114 __entry->prog_id = xdp->aux->id;
134 const struct bpf_prog *xdp,
137 TP_ARGS(dev, xdp, tgt, err, map, index)
142 const struct bpf_prog *xdp,
145 TP_ARGS(dev, xdp, tgt, err, map, index)
148 #define _trace_xdp_redirect(dev, xdp, to) \ argument
149 trace_xdp_redirect(dev, xdp, NULL, 0, NULL, to);
151 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument
152 trace_xdp_redirect_err(dev, xdp, NULL, err, NULL, to);
154 #define _trace_xdp_redirect_map(dev, xdp, to, map, index) \ argument
155 trace_xdp_redirect(dev, xdp, to, 0, map, index);
157 #define _trace_xdp_redirect_map_err(dev, xdp, to, map, index, err) \ argument
158 trace_xdp_redirect_err(dev, xdp, to, err, map, index);
163 const struct bpf_prog *xdp,
166 TP_ARGS(dev, xdp, tgt, err, map, index)
171 const struct bpf_prog *xdp,
174 TP_ARGS(dev, xdp, tgt, err, map, index)