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;
85 const struct bpf_prog *xdp,
89 TP_ARGS(dev, xdp, to_ifindex, err, map, map_index),
102 __entry->prog_id = xdp->aux->id;
120 const struct bpf_prog *xdp,
123 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)
134 #define _trace_xdp_redirect(dev, xdp, to) \ argument
135 trace_xdp_redirect(dev, xdp, to, 0, NULL, 0);
137 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument
138 trace_xdp_redirect_err(dev, xdp, to, err, NULL, 0);
142 const struct bpf_prog *xdp,
145 TP_ARGS(dev, xdp, to_ifindex, err, map, map_index),
157 const struct bpf_prog *xdp,
160 TP_ARGS(dev, xdp, to_ifindex, err, map, map_index),
182 #define _trace_xdp_redirect_map(dev, xdp, fwd, map, idx) \ argument
183 trace_xdp_redirect_map(dev, xdp, devmap_ifindex(fwd, map), \
186 #define _trace_xdp_redirect_map_err(dev, xdp, fwd, map, idx, err) \ argument
187 trace_xdp_redirect_map_err(dev, xdp, devmap_ifindex(fwd, map), \