Lines Matching refs:xdp
3 #define TRACE_SYSTEM xdp
32 const struct bpf_prog *xdp, u32 act),
34 TP_ARGS(dev, xdp, act),
43 __entry->prog_id = xdp->aux->id;
93 const struct bpf_prog *xdp,
98 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index),
124 __entry->prog_id = xdp->aux->id;
143 const struct bpf_prog *xdp,
147 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
152 const struct bpf_prog *xdp,
156 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
159 #define _trace_xdp_redirect(dev, xdp, to) \ argument
160 trace_xdp_redirect(dev, xdp, NULL, 0, BPF_MAP_TYPE_UNSPEC, INT_MAX, to)
162 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument
163 trace_xdp_redirect_err(dev, xdp, NULL, err, BPF_MAP_TYPE_UNSPEC, INT_MAX, to)
165 #define _trace_xdp_redirect_map(dev, xdp, to, map_type, map_id, index) \ argument
166 trace_xdp_redirect(dev, xdp, to, 0, map_type, map_id, index)
168 #define _trace_xdp_redirect_map_err(dev, xdp, to, map_type, map_id, index, err) \ argument
169 trace_xdp_redirect_err(dev, xdp, to, err, map_type, map_id, index)
174 const struct bpf_prog *xdp,
178 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
183 const struct bpf_prog *xdp,
187 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)