Searched refs:tgt_index (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/core/ |
D | filter.c | 2453 dev = dev_get_by_index_rcu(net, ri->tgt_index); in skb_do_redirect() 2454 ri->tgt_index = 0; in skb_do_redirect() 2489 ri->tgt_index = ifindex; in BPF_CALL_2() 2510 ri->tgt_index = ifindex; in BPF_CALL_2() 2532 ri->tgt_index = ifindex; in BPF_CALL_4() 4176 ri->tgt_index = slave->ifindex; in xdp_master_redirect() 4202 _trace_xdp_redirect_map(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index); in __xdp_do_redirect_xsk() 4205 _trace_xdp_redirect_map_err(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index, err); in __xdp_do_redirect_xsk() 4246 fwd = dev_get_by_index_rcu(dev_net(dev), ri->tgt_index); in __xdp_do_redirect_frame() 4262 _trace_xdp_redirect_map(dev, xdp_prog, fwd, map_type, map_id, ri->tgt_index); in __xdp_do_redirect_frame() [all …]
|
/Linux-v6.1/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 76 iscsi_boot_rd_attr(tgt_index, index, ISCSI_BOOT_TGT_INDEX);
|
/Linux-v6.1/include/linux/ |
D | filter.h | 647 u32 tgt_index; member 1530 ri->tgt_index = ifindex; in __bpf_xdp_redirect_map()
|
/Linux-v6.1/net/bpf/ |
D | test_run.c | 308 ri->tgt_index = xdp->dev->ifindex; in xdp_test_run_batch()
|