Searched refs:key_start (Results 1 – 4 of 4) sorted by relevance
122 struct nlattr *key_start; in tcf_pedit_key_ex_dump() local124 key_start = nla_nest_start_noflag(skb, TCA_PEDIT_KEY_EX); in tcf_pedit_key_ex_dump()125 if (!key_start) in tcf_pedit_key_ex_dump()132 nla_nest_end(skb, key_start); in tcf_pedit_key_ex_dump()
667 int key_start, int key_end) in cmp_key() argument669 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key()670 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key()673 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key()691 int key_start = flow_key_start(key); in ovs_flow_cmp_unmasked_key() local695 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
1066 u8 *l = k->key_start; in bch2_bkey_swab_key()
284 __u8 key_start[0]; member