Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dsch_generic.h262 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
456 struct tcf_block { struct
460 struct mutex lock;
461 struct list_head chain_list;
462 u32 index; /* block index for shared blocks */
463 u32 classid; /* which class this block belongs to */
464 refcount_t refcnt;
465 struct net *net;
466 struct Qdisc *q;
467 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */
[all …]
/kernel/linux/linux-4.19/include/net/
Dsch_generic.h183 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
335 struct tcf_block { struct
352 static inline void tcf_block_offload_inc(struct tcf_block *block, u32 *flags) in tcf_block_offload_inc() argument