Searched refs:tcf_block (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/net/ |
D | pkt_cls.h | 43 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, 46 void tcf_block_netif_keep_dst(struct tcf_block *block); 47 int tcf_block_get(struct tcf_block **p_block, 50 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, 53 void tcf_block_put(struct tcf_block *block); 54 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q, 57 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared() 62 static inline struct Qdisc *tcf_block_q(struct tcf_block *block) in tcf_block_q() 68 static inline struct net_device *tcf_block_dev(struct tcf_block *block) in tcf_block_dev() 74 struct tcf_block_cb *tcf_block_cb_lookup(struct tcf_block *block, [all …]
|
D | sch_generic.h | 197 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member 342 struct tcf_block *block; 351 struct tcf_block { struct 368 static inline void tcf_block_offload_inc(struct tcf_block *block, u32 *flags) in tcf_block_offload_inc() argument 376 static inline void tcf_block_offload_dec(struct tcf_block *block, u32 *flags) in tcf_block_offload_dec() 385 tc_cls_offload_cnt_update(struct tcf_block *block, unsigned int *cnt, in tc_cls_offload_cnt_update()
|