Lines Matching +full:0 +full:xa
111 u32 ifindex = 0, map_index = index;
114 /* Just leave to_ifindex to 0 if do broadcast redirect,
121 map_index = 0;
160 trace_xdp_redirect(dev, xdp, NULL, 0, BPF_MAP_TYPE_UNSPEC, INT_MAX, to)
166 trace_xdp_redirect(dev, xdp, to, 0, map_type, map_id, index)
318 __MEM_TYPE_MAP(__MEM_TYPE_SYM_FN) { -1, 0 }
323 TP_PROTO(const struct xdp_mem_allocator *xa),
325 TP_ARGS(xa),
328 __field(const struct xdp_mem_allocator *, xa)
335 __entry->xa = xa;
336 __entry->mem_id = xa->mem.id;
337 __entry->mem_type = xa->mem.type;
338 __entry->allocator = xa->allocator;
350 TP_PROTO(const struct xdp_mem_allocator *xa,
353 TP_ARGS(xa, rxq),
356 __field(const struct xdp_mem_allocator *, xa)
365 __entry->xa = xa;
366 __entry->mem_id = xa->mem.id;
367 __entry->mem_type = xa->mem.type;
368 __entry->allocator = xa->allocator;