Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dip6_flowlabel.c47 static struct ip6_flowlabel __rcu *fl_ht[FL_HASH_MASK+1]; variable
61 for (fl = rcu_dereference_bh(fl_ht[(hash)]); \
142 flp = &fl_ht[i]; in ip6_fl_gc()
179 flp = &fl_ht[i]; in ip6_fl_purge()
230 fl->next = fl_ht[FL_HASH(fl->label)]; in fl_intern()
231 rcu_assign_pointer(fl_ht[FL_HASH(fl->label)], fl); in fl_intern()