Searched refs:dst_dev (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/target/ |
| H A D | target_core_xcopy.c | 193 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4() 195 " received xop\n", xop->dst_dev); in target_xcopy_parse_tiddesc_e4() 262 &xop->dst_dev, in target_xcopy_parse_target_descriptors() 291 xop->dst_dev, &xop->dst_tid_wwn[0]); in target_xcopy_parse_target_descriptors() 409 pr_debug("putting dst lun_ref for %p\n", xop->dst_dev); in xcopy_pt_undepend_remotedev() 618 struct se_device *dst_dev, in target_xcopy_write_destination() argument 624 u32 transfer_length_block = dst_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_write_destination() 642 rc = target_xcopy_setup_pt_cmd(&xpt_cmd, xop, dst_dev, &cdb[0], in target_xcopy_write_destination() 661 struct se_device *src_dev, *dst_dev; in target_xcopy_do_work() local 673 if (WARN_ON_ONCE(!xop->src_dev) || WARN_ON_ONCE(!xop->dst_dev)) { in target_xcopy_do_work() [all …]
|
| H A D | target_core_xcopy.h | 27 struct se_device *dst_dev; member
|
| /linux/net/ipv6/ |
| H A D | seg6_iptunnel.c | 144 struct net_device *dev = dst_dev(dst); in __seg6_do_srh_encap() 230 struct net_device *dev = dst_dev(dst); in seg6_do_srh_encap_red() 537 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in seg6_input_core() 623 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in seg6_output_core() 633 NULL, dst_dev(dst), dst_output); in seg6_output_core()
|
| H A D | rpl_iptunnel.c | 245 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in rpl_output() 309 err = skb_cow_head(skb, LL_RESERVED_SPACE(dst_dev(dst))); in rpl_input()
|
| H A D | seg6_local.c | 316 if (dst && (dst_dev(dst)->flags & dev_flags) && !dst->error) { in seg6_lookup_any_nexthop()
|
| /linux/net/ipv6/netfilter/ |
| H A D | nf_dup_ipv6.c | 41 skb->dev = dst_dev(dst); in nf_dup_ipv6_route()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 79 actions->dst_dev = dev; in bnxt_tc_parse_redir() 359 bnxt_flow_get_dst_fid(bp, actions->dst_dev); in bnxt_tc_parse_actions() 1236 struct net_device *dst_dev; in bnxt_tc_resolve_tunnel_hdrs() local 1254 dst_dev = rt->dst.dev; in bnxt_tc_resolve_tunnel_hdrs() 1255 if (is_vlan_dev(dst_dev)) { in bnxt_tc_resolve_tunnel_hdrs() 1257 struct vlan_dev_priv *vlan = vlan_dev_priv(dst_dev); in bnxt_tc_resolve_tunnel_hdrs() 1262 netdev_name(dst_dev), in bnxt_tc_resolve_tunnel_hdrs() 1271 } else if (dst_dev != real_dst_dev) { in bnxt_tc_resolve_tunnel_hdrs() 1274 netdev_name(dst_dev), &flow.daddr, in bnxt_tc_resolve_tunnel_hdrs() 1290 neigh_ha_snapshot(l2_info->dmac, nbr, dst_dev); in bnxt_tc_resolve_tunnel_hdrs() [all …]
|
| H A D | bnxt_tc.h | 84 struct net_device *dst_dev; member
|
| /linux/net/ipv6/ila/ |
| H A D | ila_lwt.c | 73 fl6.flowi6_oif = dst_dev(orig_dst)->ifindex; in ila_output()
|
| /linux/net/core/ |
| H A D | dst.c | 267 return mtu ? : dst_dev(dst)->mtu; in dst_blackhole_mtu()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_l2_main.c | 717 struct net_device *dst_dev; member 753 struct net_device *dstdev = br2dev_event_work->dst_dev; in qeth_l2_br2dev_worker() 836 worker_data->dst_dev = dstdev; in qeth_l2_br2dev_queue_work()
|
| /linux/include/net/ |
| H A D | ip.h | 521 mtu = min(READ_ONCE(dst_dev(dst)->mtu), IP_MAX_MTU); in ip_skb_dst_mtu()
|
| /linux/net/ipv4/ |
| H A D | icmp.c | 491 return dst ? dst_dev(dst) : NULL; in icmp_get_route_lookup_dev()
|