Home
last modified time | relevance | path

Searched refs:act (Results 1 – 13 of 13) sorted by relevance

/include/net/tc_act/
Dtc_police.h43 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()
Dtc_gact.h19 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/
Dxdp.h31 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/
Dblktrace_api.h33 #define BLK_TC_ACT(act) ((act) << BLK_TC_SHIFT) argument
/include/xen/interface/io/
Dvscsiif.h192 uint8_t act; /* command between backend and frontend */ member
/include/net/
Dact_api.h90 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/
Dhil_mlc.h93 enum hilse_act act; /* How to process this node */ member
Dhp_sdc.h72 } act; member
Dptrace.h412 extern void sigaction_compat_abi(struct k_sigaction *act, struct k_sigaction *oact);
Dirq.h579 extern void remove_irq(unsigned int irq, struct irqaction *act);
581 extern void remove_percpu_irq(unsigned int irq, struct irqaction *act);
Dcompat.h910 const struct compat_old_sigaction __user *act,
Dfilter.h998 void bpf_warn_invalid_xdp_action(u32 act);
/include/rdma/
Dib_verbs.h2017 struct ib_flow_action *act; member