Home
last modified time | relevance | path

Searched refs:TC_U32_HASH (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/sched/
Dcls_u32.c260 sel = TC_U32_HASH(handle); in u32_lookup_key()
362 for (kp = &ht->ht[TC_U32_HASH(key->handle)]; *kp; kp = &(*kp)->next) { in u32_delete_key()
474 for (n = ht->ht[TC_U32_HASH(handle)]; n; n = n->next) in gen_new_kid()
617 if (ht->divisor < TC_U32_HASH(htid)) in u32_change()
662 for (ins = &ht->ht[TC_U32_HASH(handle)]; *ins; ins = &(*ins)->next) in u32_change()
/linux-3.4.99/include/linux/
Dpkt_cls.h173 #define TC_U32_HASH(h) (((h)>>12)&0xFF) macro