Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dsch_generic.h395 struct tcf_chain { struct
397 struct mutex filter_chain_lock;
398 struct tcf_proto __rcu *filter_chain;
399 struct list_head list;
400 struct tcf_block *block;
401 u32 index; /* chain index */
402 unsigned int refcnt;
403 unsigned int action_refcnt;
404 bool explicitly_created;
405 bool flushing;
[all …]