Searched refs:act (Results 1 – 13 of 13) sorted by relevance
/include/net/tc_act/ |
D | tc_police.h | 43 static inline bool is_tcf_police(const struct tc_action *act) in is_tcf_police() argument 46 if (act->ops && act->ops->id == TCA_ID_POLICE) in is_tcf_police() 52 static inline u64 tcf_police_rate_bytes_ps(const struct tc_action *act) in tcf_police_rate_bytes_ps() argument 54 struct tcf_police *police = to_police(act); in tcf_police_rate_bytes_ps() 61 static inline s64 tcf_police_tcfp_burst(const struct tc_action *act) in tcf_police_tcfp_burst() argument 63 struct tcf_police *police = to_police(act); in tcf_police_tcfp_burst()
|
D | tc_gact.h | 19 static inline bool __is_tcf_gact_act(const struct tc_action *a, int act, in __is_tcf_gact_act() argument 29 if ((!is_ext && gact->tcf_action == act) || in __is_tcf_gact_act() 30 (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act))) in __is_tcf_gact_act()
|
/include/trace/events/ |
D | xdp.h | 31 const struct bpf_prog *xdp, u32 act), 33 TP_ARGS(dev, xdp, act), 37 __field(u32, act) 43 __entry->act = act; 49 __print_symbolic(__entry->act, __XDP_ACT_SYM_TAB), 62 __field(u32, act) 70 __entry->act = XDP_TX; 78 __print_symbolic(__entry->act, __XDP_ACT_SYM_TAB), 93 __field(u32, act) 103 __entry->act = XDP_REDIRECT; [all …]
|
/include/uapi/linux/ |
D | blktrace_api.h | 33 #define BLK_TC_ACT(act) ((act) << BLK_TC_SHIFT) argument
|
/include/xen/interface/io/ |
D | vscsiif.h | 192 uint8_t act; /* command between backend and frontend */ member
|
/include/net/ |
D | act_api.h | 90 int (*act)(struct sk_buff *, const struct tc_action *, member 96 struct nlattr *est, struct tc_action **act, int ovr, 104 size_t (*get_fill_size)(const struct tc_action *act);
|
/include/linux/ |
D | hil_mlc.h | 93 enum hilse_act act; /* How to process this node */ member
|
D | hp_sdc.h | 72 } act; member
|
D | ptrace.h | 412 extern void sigaction_compat_abi(struct k_sigaction *act, struct k_sigaction *oact);
|
D | irq.h | 579 extern void remove_irq(unsigned int irq, struct irqaction *act); 581 extern void remove_percpu_irq(unsigned int irq, struct irqaction *act);
|
D | compat.h | 910 const struct compat_old_sigaction __user *act,
|
D | filter.h | 998 void bpf_warn_invalid_xdp_action(u32 act);
|
/include/rdma/ |
D | ib_verbs.h | 2017 struct ib_flow_action *act; member
|