Home
last modified time | relevance | path

Searched refs:this_dev (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dnf_tables_offload.c459 const struct net_device *this_dev, in nft_flow_block_chain() argument
468 if (this_dev && this_dev != ops->dev) in nft_flow_block_chain()
473 if (!this_dev) in nft_flow_block_chain()
/linux/drivers/target/
H A Dtarget_core_xcopy.c89 struct se_device *this_dev; in target_xcopy_locate_se_dev_e4() local
93 this_dev = rcu_dereference_raw(this_lun->lun_se_dev); in target_xcopy_locate_se_dev_e4()
95 rc = target_xcopy_locate_se_dev_e4_iter(this_dev, dev_wwn); in target_xcopy_locate_se_dev_e4()
98 found_dev = this_dev; in target_xcopy_locate_se_dev_e4()