Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dsch_generic.h428 struct tcf_chain { struct
430 struct mutex filter_chain_lock;
431 struct tcf_proto __rcu *filter_chain;
432 struct list_head list;
433 struct tcf_block *block;
434 u32 index; /* chain index */
435 unsigned int refcnt;
436 unsigned int action_refcnt;
437 bool explicitly_created;
438 bool flushing;
[all …]
/kernel/linux/linux-6.6/include/net/
Dsch_generic.h448 struct tcf_chain { struct
450 struct mutex filter_chain_lock;
451 struct tcf_proto __rcu *filter_chain;
452 struct list_head list;
453 struct tcf_block *block;
454 u32 index; /* chain index */
455 unsigned int refcnt;
456 unsigned int action_refcnt;
457 bool explicitly_created;
458 bool flushing;
[all …]