Searched refs:skip_copy (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | flow_netlink.c | 2870 struct sw_flow_actions **sfa, bool *skip_copy, in validate_set() argument 2910 *skip_copy = true; in validate_set() 3014 *skip_copy = true; in validate_set() 3205 bool skip_copy; in __ovs_nla_copy_actions() local 3212 skip_copy = false; in __ovs_nla_copy_actions() 3352 &skip_copy, mac_proto, eth_type, in __ovs_nla_copy_actions() 3360 &skip_copy, mac_proto, eth_type, in __ovs_nla_copy_actions() 3375 skip_copy = true; in __ovs_nla_copy_actions() 3383 skip_copy = true; in __ovs_nla_copy_actions() 3446 skip_copy = true; in __ovs_nla_copy_actions() [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 1471 goto skip_copy; in chtls_pt_recvmsg() 1490 goto skip_copy; in chtls_pt_recvmsg() 1503 skip_copy: in chtls_pt_recvmsg() 1804 goto skip_copy; in chtls_recvmsg() 1823 skip_copy: in chtls_recvmsg()
|
/openbmc/linux/drivers/md/ |
H A D | raid5.h | 624 int skip_copy; /* Don't copy data from bio to stripe cache */ member
|
H A D | raid1.c | 1130 goto skip_copy; in alloc_behind_master_bio() 1151 skip_copy: in alloc_behind_master_bio()
|
H A D | raid5.c | 1421 if (conf->skip_copy && in async_copy_data() 7159 ret = sprintf(page, "%d\n", conf->skip_copy); in raid5_show_skip_copy() 7183 else if (new != conf->skip_copy) { in raid5_store_skip_copy() 7187 conf->skip_copy = new; in raid5_store_skip_copy() 7199 raid5_skip_copy = __ATTR(skip_copy, S_IRUGO | S_IWUSR,
|
/openbmc/linux/net/ipv4/ |
H A D | tcp.c | 2515 goto skip_copy; in tcp_recvmsg_locked() 2538 skip_copy: in tcp_recvmsg_locked()
|