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;
92 const struct bpf_prog *xdp,
97 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index),
123 __entry->prog_id = xdp->aux->id;
142 const struct bpf_prog *xdp,
146 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
151 const struct bpf_prog *xdp,
155 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
158 #define _trace_xdp_redirect(dev, xdp, to) \ argument
159 trace_xdp_redirect(dev, xdp, NULL, 0, BPF_MAP_TYPE_UNSPEC, INT_MAX, to)
161 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument
162 trace_xdp_redirect_err(dev, xdp, NULL, err, BPF_MAP_TYPE_UNSPEC, INT_MAX, to)
164 #define _trace_xdp_redirect_map(dev, xdp, to, map_type, map_id, index) \ argument
165 trace_xdp_redirect(dev, xdp, to, 0, map_type, map_id, index)
167 #define _trace_xdp_redirect_map_err(dev, xdp, to, map_type, map_id, index, err) \ argument
168 trace_xdp_redirect_err(dev, xdp, to, err, map_type, map_id, index)
173 const struct bpf_prog *xdp,
177 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
182 const struct bpf_prog *xdp,
186 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)