Searched refs:xdp_redirect_map (Results 1 – 7 of 7) sorted by relevance
30 static int xdp_redirect_map(struct xdp_md *ctx, void *forward_map) in xdp_redirect_map() function47 return xdp_redirect_map(ctx, &forward_map_general); in xdp_redirect_map_general()53 return xdp_redirect_map(ctx, &forward_map_native); in xdp_redirect_map_native()
38 static __always_inline int xdp_redirect_map(struct xdp_md *ctx, void *redirect_map) in xdp_redirect_map() function62 return xdp_redirect_map(ctx, &tx_port_general); in xdp_redirect_map_general()68 return xdp_redirect_map(ctx, &tx_port_native); in xdp_redirect_map_native()
56 tprogs-y += xdp_redirect_map117 xdp_redirect_map-objs := xdp_redirect_map_user.o $(XDP_SAMPLE)331 $(obj)/xdp_redirect_map_user.o: $(obj)/xdp_redirect_map.skel.h388 $(obj)/xdp_redirect_map.bpf.o: $(obj)/xdp_sample.bpf.o402 xdp_redirect_map.skel.h xdp_redirect.skel.h xdp_monitor.skel.h \408 xdp_redirect_map.skel.h-deps := xdp_redirect_map.bpf.o xdp_sample.bpf.o
30 DEFINE_SAMPLE_INIT(xdp_redirect_map);49 struct xdp_redirect_map *skel; in main()
47 xdp_redirect_map
104 xdp_redirect_map.bpf.o $BPF_DIR/progs type xdp \
171 DEFINE_EVENT(xdp_redirect_template, xdp_redirect_map,