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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Dflow.c220 struct flow_cache_entry *fle, *tfle; local
239 hlist_for_each_entry(tfle, entry, &fcp->hash_table[hash], u.hlist) {
240 if (tfle->family == family &&
241 tfle->dir == dir &&
242 flow_key_compare(key, &tfle->key) == 0) {
243 fle = tfle;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dflow.c220 struct flow_cache_entry *fle, *tfle; local
239 hlist_for_each_entry(tfle, entry, &fcp->hash_table[hash], u.hlist) {
240 if (tfle->family == family &&
241 tfle->dir == dir &&
242 flow_key_compare(key, &tfle->key) == 0) {
243 fle = tfle;

Completed in 167 milliseconds