Home
last modified time | relevance | path

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

/include/net/tc_act/
Dtc_police.h47 static inline bool is_tcf_police(const struct tc_action *act) in is_tcf_police() argument
50 if (act->ops && act->ops->id == TCA_ID_POLICE) in is_tcf_police()
56 static inline u64 tcf_police_rate_bytes_ps(const struct tc_action *act) in tcf_police_rate_bytes_ps() argument
58 struct tcf_police *police = to_police(act); in tcf_police_rate_bytes_ps()
66 static inline u32 tcf_police_burst(const struct tc_action *act) in tcf_police_burst() argument
68 struct tcf_police *police = to_police(act); in tcf_police_burst()
104 static inline u64 tcf_police_rate_pkt_ps(const struct tc_action *act) in tcf_police_rate_pkt_ps() argument
106 struct tcf_police *police = to_police(act); in tcf_police_rate_pkt_ps()
114 static inline u32 tcf_police_burst_pkt(const struct tc_action *act) in tcf_police_burst_pkt() argument
116 struct tcf_police *police = to_police(act); in tcf_police_burst_pkt()
[all …]
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),
101 __field(u32, act)
124 __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.h248 uint8_t act; /* command between backend and frontend */ member
/include/net/
Dact_api.h117 int (*act)(struct sk_buff *, const struct tc_action *, member
123 struct nlattr *est, struct tc_action **act,
131 size_t (*get_fill_size)(const struct tc_action *act);
137 int (*offload_act_setup)(struct tc_action *act, void *entry_data,
/include/linux/
Dhil_mlc.h93 enum hilse_act act; /* How to process this node */ member
Dfilter.h775 u32 act = __bpf_prog_run(prog, xdp, BPF_DISPATCHER_FUNC(xdp)); in bpf_prog_run_xdp() local
778 if (act == XDP_TX && netif_is_bond_slave(xdp->rxq->dev)) in bpf_prog_run_xdp()
779 act = xdp_master_redirect(xdp); in bpf_prog_run_xdp()
782 return act; in bpf_prog_run_xdp()
999 void bpf_warn_invalid_xdp_action(struct net_device *dev, struct bpf_prog *prog, u32 act);
1452 u32 act; in bpf_sk_lookup_run_v4() local
1454 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, bpf_prog_run); in bpf_sk_lookup_run_v4()
1455 if (act == SK_PASS) { in bpf_sk_lookup_run_v4()
1491 u32 act; in bpf_sk_lookup_run_v6() local
1493 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, bpf_prog_run); in bpf_sk_lookup_run_v6()
[all …]
Dhp_sdc.h72 } act; member
Dptrace.h407 extern void sigaction_compat_abi(struct k_sigaction *act, struct k_sigaction *oact);
Dirq.h592 extern void remove_percpu_irq(unsigned int irq, struct irqaction *act);
Dcompat.h923 const struct compat_old_sigaction __user *act,
/include/rdma/
Dib_verbs.h2054 struct ib_flow_action *act; member