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;
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) \ 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 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
177 TP_ARGS(map_id, processed, drops, sched, xdp_stats),
180 __field(int, map_id)
192 __entry->map_id = map_id;
208 __entry->cpu, __entry->map_id,
217 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
220 TP_ARGS(map_id, processed, drops, to_cpu),
223 __field(int, map_id)
232 __entry->map_id = map_id;
244 __entry->cpu, __entry->map_id,