Lines Matching +full:0 +full:xa
110 u32 ifindex = 0, map_index = index;
113 /* Just leave to_ifindex to 0 if do broadcast redirect,
120 map_index = 0;
159 trace_xdp_redirect(dev, xdp, NULL, 0, BPF_MAP_TYPE_UNSPEC, INT_MAX, to)
165 trace_xdp_redirect(dev, xdp, to, 0, map_type, map_id, index)
317 __MEM_TYPE_MAP(__MEM_TYPE_SYM_FN) { -1, 0 }
322 TP_PROTO(const struct xdp_mem_allocator *xa),
324 TP_ARGS(xa),
327 __field(const struct xdp_mem_allocator *, xa)
334 __entry->xa = xa;
335 __entry->mem_id = xa->mem.id;
336 __entry->mem_type = xa->mem.type;
337 __entry->allocator = xa->allocator;
349 TP_PROTO(const struct xdp_mem_allocator *xa,
352 TP_ARGS(xa, rxq),
355 __field(const struct xdp_mem_allocator *, xa)
364 __entry->xa = xa;
365 __entry->mem_id = xa->mem.id;
366 __entry->mem_type = xa->mem.type;
367 __entry->allocator = xa->allocator;