Searched refs:fl_key_get_start (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | cls_flower.c | 168 static void *fl_key_get_start(struct fl_flow_key *key, in fl_key_get_start() function 177 const long *lkey = fl_key_get_start(key, mask); in fl_set_masked_key() 178 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() 179 long *lmkey = fl_key_get_start(mkey, mask); in fl_set_masked_key() 189 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_mask_fits_tmplt() 195 ltmplt = fl_key_get_start(&tmplt->mask, mask); in fl_mask_fits_tmplt() 206 memset(fl_key_get_start(key, mask), 0, fl_mask_range(mask)); in fl_clear_masked_range() 258 return rhashtable_lookup_fast(&mask->ht, fl_key_get_start(mkey, mask), in __fl_lookup() 1742 const void *psrc = fl_key_get_start(&src->key, src); in fl_mask_copy() 1743 void *pdst = fl_key_get_start(&dst->key, src); in fl_mask_copy()
|