Searched defs:fw_head (Results 1 – 2 of 2) sorted by relevance
28 struct fw_head { struct29 u32 mask;30 struct fw_filter __rcu *ht[HTSIZE];31 struct rcu_head rcu;
27 struct fw_head { struct28 u32 mask;29 struct fw_filter __rcu *ht[HTSIZE];53 struct fw_head *head = rcu_dereference_bh(tp->root); in fw_classify() argument