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

/linux-4.4.14/net/core/
H A Dflow.c197 struct flow_cache_entry *fle, *tfle; flow_cache_lookup() local
221 hlist_for_each_entry(tfle, &fcp->hash_table[hash], u.hlist) { flow_cache_lookup()
222 if (tfle->net == net && flow_cache_lookup()
223 tfle->family == family && flow_cache_lookup()
224 tfle->dir == dir && flow_cache_lookup()
225 flow_key_compare(key, &tfle->key, keysize) == 0) { flow_cache_lookup()
226 fle = tfle; flow_cache_lookup()
/linux-4.4.14/kernel/rcu/
H A Drcutorture.c1249 pr_cont("rtc: %p ver: %lu tfle: %d rta: %d rtaf: %d rtf: %d ",

Completed in 253 milliseconds