Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dact_pedit.c114 struct nlattr *key_start; in tcf_pedit_key_ex_dump() local
116 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()
/Linux-v5.15/net/openvswitch/
Dflow_table.c669 int key_start, int key_end) in cmp_key() argument
671 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key()
672 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key()
675 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key()
693 int key_start = flow_key_start(key); in ovs_flow_cmp_unmasked_key() local
697 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
/Linux-v5.15/fs/btrfs/
Dreada.c170 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook()
956 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument
975 rc->key_start = *key_start; in btrfs_reada_add()
Dctree.h3774 struct btrfs_key key_start; member