Lines Matching refs:map_type

4303 		ri->map_type = BPF_MAP_TYPE_UNSPEC;  in xdp_master_redirect()
4315 enum bpf_map_type map_type = ri->map_type; in __xdp_do_redirect_xsk() local
4321 ri->map_type = BPF_MAP_TYPE_UNSPEC; in __xdp_do_redirect_xsk()
4327 _trace_xdp_redirect_map(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index); in __xdp_do_redirect_xsk()
4330 _trace_xdp_redirect_map_err(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index, err); in __xdp_do_redirect_xsk()
4339 enum bpf_map_type map_type = ri->map_type; in __xdp_do_redirect_frame() local
4348 ri->map_type = BPF_MAP_TYPE_UNSPEC; in __xdp_do_redirect_frame()
4355 switch (map_type) { in __xdp_do_redirect_frame()
4398 _trace_xdp_redirect_map(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index); in __xdp_do_redirect_frame()
4401 _trace_xdp_redirect_map_err(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index, err); in __xdp_do_redirect_frame()
4409 enum bpf_map_type map_type = ri->map_type; in xdp_do_redirect() local
4411 if (map_type == BPF_MAP_TYPE_XSKMAP) in xdp_do_redirect()
4423 enum bpf_map_type map_type = ri->map_type; in xdp_do_redirect_frame() local
4425 if (map_type == BPF_MAP_TYPE_XSKMAP) in xdp_do_redirect_frame()
4436 enum bpf_map_type map_type, u32 map_id, in xdp_do_generic_redirect_map() argument
4443 switch (map_type) { in xdp_do_generic_redirect_map()
4483 _trace_xdp_redirect_map(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index); in xdp_do_generic_redirect_map()
4486 _trace_xdp_redirect_map_err(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index, err); in xdp_do_generic_redirect_map()
4494 enum bpf_map_type map_type = ri->map_type; in xdp_do_generic_redirect() local
4502 ri->map_type = BPF_MAP_TYPE_UNSPEC; in xdp_do_generic_redirect()
4504 if (map_type == BPF_MAP_TYPE_UNSPEC && map_id == INT_MAX) { in xdp_do_generic_redirect()
4521 return xdp_do_generic_redirect_map(dev, skb, xdp, xdp_prog, fwd, map_type, map_id, flags); in xdp_do_generic_redirect()
4539 ri->map_type = BPF_MAP_TYPE_UNSPEC; in BPF_CALL_2()
11166 bool is_sockarray = map->map_type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY; in BPF_CALL_4()