Searched refs:key_start (Results 1 – 4 of 4) sorted by relevance
373 int key_start = range->start; in flow_hash() local375 const u32 *hash_key = (const u32 *)((const u8 *)key + key_start); in flow_hash()376 int hash_u32s = (key_end - key_start) >> 2; in flow_hash()395 int key_start, int key_end) in cmp_key() argument397 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key()398 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key()402 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key()419 int key_start = flow_key_start(key); in ovs_flow_cmp_unmasked_key() local423 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
114 struct nlattr *key_start; in tcf_pedit_key_ex_dump() local116 key_start = nla_nest_start_noflag(skb, TCA_PEDIT_KEY_EX); in tcf_pedit_key_ex_dump()117 if (!key_start) in tcf_pedit_key_ex_dump()124 nla_nest_end(skb, key_start); in tcf_pedit_key_ex_dump()
167 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook()932 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument950 rc->key_start = *key_start; in btrfs_reada_add()
3385 struct btrfs_key key_start; member