Home
last modified time | relevance | path

Searched refs:key_start (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/openvswitch/
Dflow_table.c413 int key_start = range->start; in flow_hash() local
415 const u32 *hash_key = (const u32 *)((const u8 *)key + key_start); in flow_hash()
416 int hash_u32s = (key_end - key_start) >> 2; in flow_hash()
435 int key_start, int key_end) in cmp_key() argument
437 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key()
438 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key()
442 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key()
459 int key_start = flow_key_start(key); in ovs_flow_cmp_unmasked_key() local
463 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
/Linux-v4.19/net/sched/
Dact_pedit.c115 struct nlattr *key_start; in tcf_pedit_key_ex_dump() local
117 key_start = nla_nest_start(skb, TCA_PEDIT_KEY_EX); in tcf_pedit_key_ex_dump()
118 if (!key_start) in tcf_pedit_key_ex_dump()
125 nla_nest_end(skb, key_start); in tcf_pedit_key_ex_dump()
/Linux-v4.19/fs/btrfs/
Dreada.c166 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook()
895 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument
913 rc->key_start = *key_start; in btrfs_reada_add()
Dctree.h3691 struct btrfs_key key_start; member