Searched refs:fl_key_get_start (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | cls_flower.c | 167 static void *fl_key_get_start(struct fl_flow_key *key, in fl_key_get_start() function 176 const long *lkey = fl_key_get_start(key, mask); in fl_set_masked_key() 177 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() 178 long *lmkey = fl_key_get_start(mkey, mask); in fl_set_masked_key() 188 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_mask_fits_tmplt() 194 ltmplt = fl_key_get_start(&tmplt->mask, mask); in fl_mask_fits_tmplt() 205 memset(fl_key_get_start(key, mask), 0, fl_mask_range(mask)); in fl_clear_masked_range() 257 return rhashtable_lookup_fast(&mask->ht, fl_key_get_start(mkey, mask), in __fl_lookup() 1721 const void *psrc = fl_key_get_start(&src->key, src); in fl_mask_copy() 1722 void *pdst = fl_key_get_start(&dst->key, src); in fl_mask_copy()
|