Lines Matching +full:0 +full:xa
92 ((struct _bpf_dtab_netdev *)tgt)->dev->ifindex : 0)
120 __entry->map_id = map ? map->id : 0;
121 __entry->map_index = map ? index : 0;
149 trace_xdp_redirect(dev, xdp, NULL, 0, NULL, to);
155 trace_xdp_redirect(dev, xdp, to, 0, map, index);
305 __MEM_TYPE_MAP(__MEM_TYPE_SYM_FN) { -1, 0 }
310 TP_PROTO(const struct xdp_mem_allocator *xa),
312 TP_ARGS(xa),
315 __field(const struct xdp_mem_allocator *, xa)
322 __entry->xa = xa;
323 __entry->mem_id = xa->mem.id;
324 __entry->mem_type = xa->mem.type;
325 __entry->allocator = xa->allocator;
337 TP_PROTO(const struct xdp_mem_allocator *xa,
340 TP_ARGS(xa, rxq),
343 __field(const struct xdp_mem_allocator *, xa)
352 __entry->xa = xa;
353 __entry->mem_id = xa->mem.id;
354 __entry->mem_type = xa->mem.type;
355 __entry->allocator = xa->allocator;