Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dcls_tcindex.c54 u32 alloc_hash; /* allocated size */ member
136 if (p->perfect && handle >= p->alloc_hash) in tcindex_get()
361 cp->alloc_hash = p->alloc_hash; in tcindex_set_parms()
394 cp->alloc_hash = cp->hash; in tcindex_set_parms()
414 cp->hash > cp->alloc_hash) in tcindex_set_parms()
416 } else if (cp->h && cp->hash != cp->alloc_hash) { in tcindex_set_parms()
425 cp->alloc_hash = cp->hash; in tcindex_set_parms()
433 if (handle >= cp->alloc_hash) in tcindex_set_parms()