Searched refs:fl_key_get_start (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | cls_flower.c | 159 static void *fl_key_get_start(struct fl_flow_key *key, in fl_key_get_start() function 168 const long *lkey = fl_key_get_start(key, mask); in fl_set_masked_key() 169 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() 170 long *lmkey = fl_key_get_start(mkey, mask); in fl_set_masked_key() 180 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_mask_fits_tmplt() 186 ltmplt = fl_key_get_start(&tmplt->mask, mask); in fl_mask_fits_tmplt() 197 memset(fl_key_get_start(key, mask), 0, fl_mask_range(mask)); in fl_clear_masked_range() 249 return rhashtable_lookup_fast(&mask->ht, fl_key_get_start(mkey, mask), in __fl_lookup() 1304 const void *psrc = fl_key_get_start(&src->key, src); in fl_mask_copy() 1305 void *pdst = fl_key_get_start(&dst->key, src); in fl_mask_copy()
|