Searched refs:fw_hash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_fw.c56 static __inline__ int fw_hash(u32 handle) function
92 for (f=head->ht[fw_hash(id)]; f; f=f->next) {
126 for (f=head->ht[fw_hash(handle)]; f; f=f->next) {
177 for (fp=&head->ht[fw_hash(f->id)]; *fp; fp = &(*fp)->next) {
290 f->next = head->ht[fw_hash(handle)];
292 head->ht[fw_hash(handle)] = f;

Completed in 58 milliseconds