Searched refs:skip_copy (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | flow_netlink.c | 2857 struct sw_flow_actions **sfa, bool *skip_copy, in validate_masked() 2897 *skip_copy = true; in validate_set() 3001 *skip_copy = true; in validate_set() 3192 bool skip_copy; in __ovs_nla_copy_actions() 3199 skip_copy = false; in __ovs_nla_copy_actions() 3339 &skip_copy, mac_proto, eth_type, in __ovs_nla_copy_actions() 3347 &skip_copy, mac_proto, eth_type, in __ovs_nla_copy_actions() 3362 skip_copy = true; in __ovs_nla_copy_actions() 3370 skip_copy = true; in __ovs_nla_copy_actions() 3433 skip_copy in __ovs_nla_copy_actions() 2870 validate_set(const struct nlattr * a,const struct sw_flow_key * flow_key,struct sw_flow_actions ** sfa,bool * skip_copy,u8 mac_proto,__be16 eth_type,bool masked,bool log) validate_set() argument 3205 bool skip_copy; __ovs_nla_copy_actions() local [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()
|