Searched refs:fl_key_get_start (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sched/ |
| H A D | cls_flower.c | 179 static void *fl_key_get_start(struct fl_flow_key *key, in fl_key_get_start() function 188 const long *lkey = fl_key_get_start(key, mask); in fl_set_masked_key() 189 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() 190 long *lmkey = fl_key_get_start(mkey, mask); in fl_set_masked_key() 200 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_mask_fits_tmplt() 206 ltmplt = fl_key_get_start(&tmplt->mask, mask); in fl_mask_fits_tmplt() 217 memset(fl_key_get_start(key, mask), 0, fl_mask_range(mask)); in fl_clear_masked_range() 269 return rhashtable_lookup_fast(&mask->ht, fl_key_get_start(mkey, mask), in __fl_lookup() 2124 const void *psrc = fl_key_get_start(&src->key, src); in fl_mask_copy() 2125 void *pdst = fl_key_get_start(&dst->key, src); in fl_mask_copy()
|