Searched refs:key_start (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_pedit.c | 115 struct nlattr *key_start; in tcf_pedit_key_ex_dump() local 117 key_start = nla_nest_start_noflag(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()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_pedit.c | 122 struct nlattr *key_start; in tcf_pedit_key_ex_dump() local 124 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()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 669 int key_start, int key_end) in cmp_key() 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() 676 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() 667 cmp_key(const struct sw_flow_key *key1, const struct sw_flow_key *key2, int key_start, int key_end) cmp_key() argument
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 670 int key_start, int key_end) in cmp_key() 672 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key() 673 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key() 676 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key() 694 int key_start = flow_key_start(key); in ovs_flow_cmp_unmasked_key() local 698 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key() 668 cmp_key(const struct sw_flow_key *key1, const struct sw_flow_key *key2, int key_start, int key_end) cmp_key() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | reada.c | 167 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook() 942 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() 960 rc->key_start = *key_start; in btrfs_reada_add() 941 btrfs_reada_add(struct btrfs_root *root, struct btrfs_key *key_start, struct btrfs_key *key_end) btrfs_reada_add() argument
|
H A D | ctree.h | 3565 struct btrfs_key key_start; member
|
Completed in 12 milliseconds