Lines Matching refs:map_id
96 u32 map_id, u32 index),
98 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index),
106 __field(u32, map_id)
119 } else if (map_type == BPF_MAP_TYPE_UNSPEC && map_id == INT_MAX) {
129 __entry->map_id = map_id;
134 " map_id=%d map_index=%d",
138 __entry->err, __entry->map_id, __entry->map_index)
146 u32 map_id, u32 index),
147 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
155 u32 map_id, u32 index),
156 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
165 #define _trace_xdp_redirect_map(dev, xdp, to, map_type, map_id, index) \
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) \
169 trace_xdp_redirect_err(dev, xdp, to, err, map_type, map_id, index)
177 u32 map_id, u32 index),
178 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
186 u32 map_id, u32 index),
187 TP_ARGS(dev, xdp, tgt, err, map_type, map_id, index)
192 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
195 TP_ARGS(map_id, processed, drops, sched, xdp_stats),
198 __field(int, map_id)
210 __entry->map_id = map_id;
222 " cpu=%d map_id=%d action=%s"
226 __entry->cpu, __entry->map_id,
235 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
238 TP_ARGS(map_id, processed, drops, to_cpu),
241 __field(int, map_id)
250 __entry->map_id = map_id;
259 " cpu=%d map_id=%d action=%s"
262 __entry->cpu, __entry->map_id,