Home
last modified time | relevance | path

Searched defs:fw_head (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/sched/
Dcls_fw.c28 struct fw_head { struct
29 u32 mask;
30 struct fw_filter __rcu *ht[HTSIZE];
31 struct rcu_head rcu;
/kernel/linux/linux-5.10/net/sched/
Dcls_fw.c27 struct fw_head { struct
28 u32 mask;
29 struct fw_filter __rcu *ht[HTSIZE];
53 struct fw_head *head = rcu_dereference_bh(tp->root); in fw_classify() argument