tc_action          94 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	const struct tc_action *a;
tc_action        9315 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	const struct tc_action *a;
tc_action        1047 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	struct tc_action **actions, *act;
tc_action          62 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c 	const struct tc_action *act;
tc_action          90 include/net/act_api.h 	int     (*act)(struct sk_buff *, const struct tc_action *,
tc_action          92 include/net/act_api.h 	int     (*dump)(struct sk_buff *, struct tc_action *, int, int);
tc_action          93 include/net/act_api.h 	void	(*cleanup)(struct tc_action *);
tc_action          94 include/net/act_api.h 	int     (*lookup)(struct net *net, struct tc_action **a, u32 index);
tc_action          96 include/net/act_api.h 			struct nlattr *est, struct tc_action **act, int ovr,
tc_action         103 include/net/act_api.h 	void	(*stats_update)(struct tc_action *, u64, u32, u64, bool);
tc_action         104 include/net/act_api.h 	size_t  (*get_fill_size)(const struct tc_action *act);
tc_action         105 include/net/act_api.h 	struct net_device *(*get_dev)(const struct tc_action *a,
tc_action         108 include/net/act_api.h 	(*get_psample_group)(const struct tc_action *a,
tc_action         155 include/net/act_api.h int tcf_idr_search(struct tc_action_net *tn, struct tc_action **a, u32 index);
tc_action         157 include/net/act_api.h 		   struct tc_action **a, const struct tc_action_ops *ops,
tc_action         159 include/net/act_api.h void tcf_idr_insert(struct tc_action_net *tn, struct tc_action *a);
tc_action         163 include/net/act_api.h 			struct tc_action **a, int bind);
tc_action         164 include/net/act_api.h int __tcf_idr_release(struct tc_action *a, bool bind, bool strict);
tc_action         166 include/net/act_api.h static inline int tcf_idr_release(struct tc_action *a, bool bind)
tc_action         174 include/net/act_api.h int tcf_action_destroy(struct tc_action *actions[], int bind);
tc_action         175 include/net/act_api.h int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions,
tc_action         179 include/net/act_api.h 		    struct tc_action *actions[], size_t *attr_size,
tc_action         181 include/net/act_api.h struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp,
tc_action         186 include/net/act_api.h int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind,
tc_action         188 include/net/act_api.h int tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int, int);
tc_action         189 include/net/act_api.h int tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int, int);
tc_action         190 include/net/act_api.h int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int);
tc_action         195 include/net/act_api.h struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
tc_action         199 include/net/act_api.h static inline void tcf_action_stats_update(struct tc_action *a, u64 bytes,
tc_action          25 include/net/dsa.h struct tc_action;
tc_action         193 include/net/pkt_cls.h 	struct tc_action **actions;
tc_action         210 include/net/pkt_cls.h 	exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *),
tc_action         260 include/net/pkt_cls.h 		struct tc_action *a = exts->actions[i];
tc_action          13 include/net/tc_act/tc_bpf.h 	struct tc_action	common;
tc_action           8 include/net/tc_act/tc_connmark.h 	struct tc_action common;
tc_action          15 include/net/tc_act/tc_csum.h 	struct tc_action common;
tc_action          21 include/net/tc_act/tc_csum.h static inline bool is_tcf_csum(const struct tc_action *a)
tc_action          30 include/net/tc_act/tc_csum.h static inline u32 tcf_csum_update_flags(const struct tc_action *a)
tc_action          31 include/net/tc_act/tc_ct.h 	struct tc_action common;
tc_action          39 include/net/tc_act/tc_ct.h static inline uint16_t tcf_ct_zone(const struct tc_action *a)
tc_action          44 include/net/tc_act/tc_ct.h static inline int tcf_ct_action(const struct tc_action *a)
tc_action          50 include/net/tc_act/tc_ct.h static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; }
tc_action          51 include/net/tc_act/tc_ct.h static inline int tcf_ct_action(const struct tc_action *a) { return 0; }
tc_action          54 include/net/tc_act/tc_ct.h static inline bool is_tcf_ct(const struct tc_action *a)
tc_action          19 include/net/tc_act/tc_ctinfo.h 	struct tc_action common;
tc_action           8 include/net/tc_act/tc_defact.h 	struct tc_action	common;
tc_action           9 include/net/tc_act/tc_gact.h 	struct tc_action	common;
tc_action          19 include/net/tc_act/tc_gact.h static inline bool __is_tcf_gact_act(const struct tc_action *a, int act,
tc_action          37 include/net/tc_act/tc_gact.h static inline bool is_tcf_gact_ok(const struct tc_action *a)
tc_action          42 include/net/tc_act/tc_gact.h static inline bool is_tcf_gact_shot(const struct tc_action *a)
tc_action          47 include/net/tc_act/tc_gact.h static inline bool is_tcf_gact_trap(const struct tc_action *a)
tc_action          52 include/net/tc_act/tc_gact.h static inline bool is_tcf_gact_goto_chain(const struct tc_action *a)
tc_action          57 include/net/tc_act/tc_gact.h static inline u32 tcf_gact_goto_chain_index(const struct tc_action *a)
tc_action          21 include/net/tc_act/tc_ife.h 	struct tc_action common;
tc_action          10 include/net/tc_act/tc_ipt.h 	struct tc_action	common;
tc_action           9 include/net/tc_act/tc_mirred.h 	struct tc_action	common;
tc_action          17 include/net/tc_act/tc_mirred.h static inline bool is_tcf_mirred_egress_redirect(const struct tc_action *a)
tc_action          26 include/net/tc_act/tc_mirred.h static inline bool is_tcf_mirred_egress_mirror(const struct tc_action *a)
tc_action          35 include/net/tc_act/tc_mirred.h static inline bool is_tcf_mirred_ingress_redirect(const struct tc_action *a)
tc_action          44 include/net/tc_act/tc_mirred.h static inline bool is_tcf_mirred_ingress_mirror(const struct tc_action *a)
tc_action          53 include/net/tc_act/tc_mirred.h static inline struct net_device *tcf_mirred_dev(const struct tc_action *a)
tc_action          25 include/net/tc_act/tc_mpls.h 	struct tc_action common;
tc_action          30 include/net/tc_act/tc_mpls.h static inline bool is_tcf_mpls(const struct tc_action *a)
tc_action          39 include/net/tc_act/tc_mpls.h static inline u32 tcf_mpls_action(const struct tc_action *a)
tc_action          50 include/net/tc_act/tc_mpls.h static inline __be16 tcf_mpls_proto(const struct tc_action *a)
tc_action          61 include/net/tc_act/tc_mpls.h static inline u32 tcf_mpls_label(const struct tc_action *a)
tc_action          72 include/net/tc_act/tc_mpls.h static inline u8 tcf_mpls_tc(const struct tc_action *a)
tc_action          83 include/net/tc_act/tc_mpls.h static inline u8 tcf_mpls_bos(const struct tc_action *a)
tc_action          94 include/net/tc_act/tc_mpls.h static inline u8 tcf_mpls_ttl(const struct tc_action *a)
tc_action           9 include/net/tc_act/tc_nat.h 	struct tc_action common;
tc_action          14 include/net/tc_act/tc_pedit.h 	struct tc_action	common;
tc_action          23 include/net/tc_act/tc_pedit.h static inline bool is_tcf_pedit(const struct tc_action *a)
tc_action          32 include/net/tc_act/tc_pedit.h static inline int tcf_pedit_nkeys(const struct tc_action *a)
tc_action          37 include/net/tc_act/tc_pedit.h static inline u32 tcf_pedit_htype(const struct tc_action *a, int index)
tc_action          45 include/net/tc_act/tc_pedit.h static inline u32 tcf_pedit_cmd(const struct tc_action *a, int index)
tc_action          53 include/net/tc_act/tc_pedit.h static inline u32 tcf_pedit_mask(const struct tc_action *a, int index)
tc_action          58 include/net/tc_act/tc_pedit.h static inline u32 tcf_pedit_val(const struct tc_action *a, int index)
tc_action          63 include/net/tc_act/tc_pedit.h static inline u32 tcf_pedit_offset(const struct tc_action *a, int index)
tc_action          21 include/net/tc_act/tc_police.h 	struct tc_action	common;
tc_action          43 include/net/tc_act/tc_police.h static inline bool is_tcf_police(const struct tc_action *act)
tc_action          52 include/net/tc_act/tc_police.h static inline u64 tcf_police_rate_bytes_ps(const struct tc_action *act)
tc_action          61 include/net/tc_act/tc_police.h static inline s64 tcf_police_tcfp_burst(const struct tc_action *act)
tc_action          10 include/net/tc_act/tc_sample.h 	struct tc_action common;
tc_action          20 include/net/tc_act/tc_sample.h static inline bool is_tcf_sample(const struct tc_action *a)
tc_action          29 include/net/tc_act/tc_sample.h static inline __u32 tcf_sample_rate(const struct tc_action *a)
tc_action          34 include/net/tc_act/tc_sample.h static inline bool tcf_sample_truncate(const struct tc_action *a)
tc_action          39 include/net/tc_act/tc_sample.h static inline int tcf_sample_trunc_size(const struct tc_action *a)
tc_action          25 include/net/tc_act/tc_skbedit.h 	struct tc_action common;
tc_action          31 include/net/tc_act/tc_skbedit.h static inline bool is_tcf_skbedit_mark(const struct tc_action *a)
tc_action          46 include/net/tc_act/tc_skbedit.h static inline u32 tcf_skbedit_mark(const struct tc_action *a)
tc_action          58 include/net/tc_act/tc_skbedit.h static inline bool is_tcf_skbedit_ptype(const struct tc_action *a)
tc_action          73 include/net/tc_act/tc_skbedit.h static inline u32 tcf_skbedit_ptype(const struct tc_action *a)
tc_action          21 include/net/tc_act/tc_skbmod.h 	struct tc_action	common;
tc_action          21 include/net/tc_act/tc_tunnel_key.h 	struct tc_action	      common;
tc_action          27 include/net/tc_act/tc_tunnel_key.h static inline bool is_tcf_tunnel_set(const struct tc_action *a)
tc_action          39 include/net/tc_act/tc_tunnel_key.h static inline bool is_tcf_tunnel_release(const struct tc_action *a)
tc_action          51 include/net/tc_act/tc_tunnel_key.h static inline struct ip_tunnel_info *tcf_tunnel_info(const struct tc_action *a)
tc_action          64 include/net/tc_act/tc_tunnel_key.h tcf_tunnel_info_copy(const struct tc_action *a)
tc_action          21 include/net/tc_act/tc_vlan.h 	struct tc_action	common;
tc_action          26 include/net/tc_act/tc_vlan.h static inline bool is_tcf_vlan(const struct tc_action *a)
tc_action          35 include/net/tc_act/tc_vlan.h static inline u32 tcf_vlan_action(const struct tc_action *a)
tc_action          46 include/net/tc_act/tc_vlan.h static inline u16 tcf_vlan_push_vid(const struct tc_action *a)
tc_action          57 include/net/tc_act/tc_vlan.h static inline __be16 tcf_vlan_push_proto(const struct tc_action *a)
tc_action          68 include/net/tc_act/tc_vlan.h static inline u8 tcf_vlan_push_prio(const struct tc_action *a)
tc_action          25 net/sched/act_api.c static void tcf_action_goto_chain_exec(const struct tc_action *a,
tc_action          87 net/sched/act_api.c struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
tc_action         101 net/sched/act_api.c static void free_tcf(struct tc_action *p)
tc_action         116 net/sched/act_api.c static void tcf_action_cleanup(struct tc_action *p)
tc_action         125 net/sched/act_api.c static int __tcf_action_put(struct tc_action *p, bool bind)
tc_action         145 net/sched/act_api.c int __tcf_idr_release(struct tc_action *p, bool bind, bool strict)
tc_action         173 net/sched/act_api.c static size_t tcf_action_shared_attrs_size(const struct tc_action *act)
tc_action         205 net/sched/act_api.c static size_t tcf_action_fill_size(const struct tc_action *act)
tc_action         222 net/sched/act_api.c 	struct tc_action *p;
tc_action         273 net/sched/act_api.c static int tcf_idr_release_unsafe(struct tc_action *p)
tc_action         294 net/sched/act_api.c 	struct tc_action *p;
tc_action         346 net/sched/act_api.c int tcf_idr_search(struct tc_action_net *tn, struct tc_action **a, u32 index)
tc_action         349 net/sched/act_api.c 	struct tc_action *p;
tc_action         369 net/sched/act_api.c 	struct tc_action *p;
tc_action         401 net/sched/act_api.c 		   struct tc_action **a, const struct tc_action_ops *ops,
tc_action         404 net/sched/act_api.c 	struct tc_action *p = kzalloc(ops->size, GFP_KERNEL);
tc_action         454 net/sched/act_api.c void tcf_idr_insert(struct tc_action_net *tn, struct tc_action *a)
tc_action         485 net/sched/act_api.c 			struct tc_action **a, int bind)
tc_action         488 net/sched/act_api.c 	struct tc_action *p;
tc_action         535 net/sched/act_api.c 	struct tc_action *p;
tc_action         647 net/sched/act_api.c int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions,
tc_action         660 net/sched/act_api.c 		const struct tc_action *a = actions[i];
tc_action         699 net/sched/act_api.c int tcf_action_destroy(struct tc_action *actions[], int bind)
tc_action         702 net/sched/act_api.c 	struct tc_action *a;
tc_action         718 net/sched/act_api.c static int tcf_action_destroy_1(struct tc_action *a, int bind)
tc_action         720 net/sched/act_api.c 	struct tc_action *actions[] = { a, NULL };
tc_action         725 net/sched/act_api.c static int tcf_action_put(struct tc_action *p)
tc_action         731 net/sched/act_api.c static void tcf_action_put_many(struct tc_action *actions[])
tc_action         736 net/sched/act_api.c 		struct tc_action *a = actions[i];
tc_action         748 net/sched/act_api.c tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref)
tc_action         754 net/sched/act_api.c tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref)
tc_action         791 net/sched/act_api.c int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[],
tc_action         794 net/sched/act_api.c 	struct tc_action *a;
tc_action         842 net/sched/act_api.c struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp,
tc_action         848 net/sched/act_api.c 	struct tc_action *a;
tc_action         957 net/sched/act_api.c 		    struct tc_action *actions[], size_t *attr_size,
tc_action         961 net/sched/act_api.c 	struct tc_action *act;
tc_action         992 net/sched/act_api.c int tcf_action_copy_stats(struct sk_buff *skb, struct tc_action *p,
tc_action        1038 net/sched/act_api.c static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[],
tc_action        1074 net/sched/act_api.c 	       struct tc_action *actions[], int event,
tc_action        1092 net/sched/act_api.c static struct tc_action *tcf_action_get_1(struct net *net, struct nlattr *nla,
tc_action        1098 net/sched/act_api.c 	struct tc_action *a;
tc_action        1214 net/sched/act_api.c static int tcf_action_delete(struct net *net, struct tc_action *actions[])
tc_action        1219 net/sched/act_api.c 		struct tc_action *a = actions[i];
tc_action        1244 net/sched/act_api.c tcf_del_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[],
tc_action        1283 net/sched/act_api.c 	struct tc_action *act;
tc_action        1285 net/sched/act_api.c 	struct tc_action *actions[TCA_ACT_MAX_PRIO] = {};
tc_action        1326 net/sched/act_api.c tcf_add_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[],
tc_action        1357 net/sched/act_api.c 	struct tc_action *actions[TCA_ACT_MAX_PRIO] = {};
tc_action          34 net/sched/act_bpf.c static int tcf_bpf_act(struct sk_buff *skb, const struct tc_action *act,
tc_action         134 net/sched/act_bpf.c static int tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act,
tc_action         276 net/sched/act_bpf.c 			struct nlattr *est, struct tc_action **act,
tc_action         383 net/sched/act_bpf.c static void tcf_bpf_cleanup(struct tc_action *act)
tc_action         401 net/sched/act_bpf.c static int tcf_bpf_search(struct net *net, struct tc_action **a, u32 index)
tc_action          31 net/sched/act_connmark.c static int tcf_connmark_act(struct sk_buff *skb, const struct tc_action *a,
tc_action          95 net/sched/act_connmark.c 			     struct nlattr *est, struct tc_action **a,
tc_action         169 net/sched/act_connmark.c static inline int tcf_connmark_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         211 net/sched/act_connmark.c static int tcf_connmark_search(struct net *net, struct tc_action **a, u32 index)
tc_action          44 net/sched/act_csum.c 			 struct nlattr *est, struct tc_action **a, int ovr,
tc_action         569 net/sched/act_csum.c static int tcf_csum_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         632 net/sched/act_csum.c static int tcf_csum_dump(struct sk_buff *skb, struct tc_action *a, int bind,
tc_action         667 net/sched/act_csum.c static void tcf_csum_cleanup(struct tc_action *a)
tc_action         687 net/sched/act_csum.c static int tcf_csum_search(struct net *net, struct tc_action **a, u32 index)
tc_action         694 net/sched/act_csum.c static size_t tcf_csum_get_fill_size(const struct tc_action *act)
tc_action         379 net/sched/act_ct.c static int tcf_ct_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         668 net/sched/act_ct.c 		       struct nlattr *est, struct tc_action **a,
tc_action         756 net/sched/act_ct.c static void tcf_ct_cleanup(struct tc_action *a)
tc_action         829 net/sched/act_ct.c static inline int tcf_ct_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         907 net/sched/act_ct.c static int tcf_ct_search(struct net *net, struct tc_action **a, u32 index)
tc_action         914 net/sched/act_ct.c static void tcf_stats_update(struct tc_action *a, u64 bytes, u32 packets,
tc_action          79 net/sched/act_ctinfo.c static int tcf_ctinfo_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         154 net/sched/act_ctinfo.c 			   struct nlattr *est, struct tc_action **a,
tc_action         282 net/sched/act_ctinfo.c static int tcf_ctinfo_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         356 net/sched/act_ctinfo.c static int tcf_ctinfo_search(struct net *net, struct tc_action **a, u32 index)
tc_action         363 net/sched/act_ctinfo.c static void tcf_ctinfo_cleanup(struct tc_action *a)
tc_action          54 net/sched/act_gact.c 			 struct nlattr *est, struct tc_action **a,
tc_action         150 net/sched/act_gact.c static int tcf_gact_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         173 net/sched/act_gact.c static void tcf_gact_stats_update(struct tc_action *a, u64 bytes, u32 packets,
tc_action         192 net/sched/act_gact.c static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         243 net/sched/act_gact.c static int tcf_gact_search(struct net *net, struct tc_action **a, u32 index)
tc_action         250 net/sched/act_gact.c static size_t tcf_gact_get_fill_size(const struct tc_action *act)
tc_action         407 net/sched/act_ife.c static void _tcf_ife_cleanup(struct tc_action *a)
tc_action         425 net/sched/act_ife.c static void tcf_ife_cleanup(struct tc_action *a)
tc_action         466 net/sched/act_ife.c 			struct nlattr *est, struct tc_action **a,
tc_action         618 net/sched/act_ife.c static int tcf_ife_dump(struct sk_buff *skb, struct tc_action *a, int bind,
tc_action         689 net/sched/act_ife.c static int tcf_ife_decode(struct sk_buff *skb, const struct tc_action *a,
tc_action         762 net/sched/act_ife.c static int tcf_ife_encode(struct sk_buff *skb, const struct tc_action *a,
tc_action         842 net/sched/act_ife.c static int tcf_ife_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         868 net/sched/act_ife.c static int tcf_ife_search(struct net *net, struct tc_action **a, u32 index)
tc_action          77 net/sched/act_ipt.c static void tcf_ipt_release(struct tc_action *a)
tc_action          96 net/sched/act_ipt.c 			  struct nlattr *est, struct tc_action **a,
tc_action         206 net/sched/act_ipt.c 			struct nlattr *est, struct tc_action **a, int ovr,
tc_action         215 net/sched/act_ipt.c 		       struct nlattr *est, struct tc_action **a, int ovr,
tc_action         223 net/sched/act_ipt.c static int tcf_ipt_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         275 net/sched/act_ipt.c static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind,
tc_action         330 net/sched/act_ipt.c static int tcf_ipt_search(struct net *net, struct tc_action **a, u32 index)
tc_action         379 net/sched/act_ipt.c static int tcf_xt_search(struct net *net, struct tc_action **a, u32 index)
tc_action          70 net/sched/act_mirred.c static void tcf_mirred_release(struct tc_action *a)
tc_action          93 net/sched/act_mirred.c 			   struct nlattr *est, struct tc_action **a,
tc_action         210 net/sched/act_mirred.c static int tcf_mirred_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         315 net/sched/act_mirred.c static void tcf_stats_update(struct tc_action *a, u64 bytes, u32 packets,
tc_action         328 net/sched/act_mirred.c static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind,
tc_action         374 net/sched/act_mirred.c static int tcf_mirred_search(struct net *net, struct tc_action **a, u32 index)
tc_action         419 net/sched/act_mirred.c tcf_mirred_get_dev(const struct tc_action *a,
tc_action         436 net/sched/act_mirred.c static size_t tcf_mirred_get_fill_size(const struct tc_action *act)
tc_action          53 net/sched/act_mpls.c static int tcf_mpls_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         135 net/sched/act_mpls.c 			 struct nlattr *est, struct tc_action **a,
tc_action         287 net/sched/act_mpls.c static void tcf_mpls_cleanup(struct tc_action *a)
tc_action         297 net/sched/act_mpls.c static int tcf_mpls_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         361 net/sched/act_mpls.c static int tcf_mpls_search(struct net *net, struct tc_action **a, u32 index)
tc_action          37 net/sched/act_nat.c 			struct tc_action **a, int ovr, int bind,
tc_action         105 net/sched/act_nat.c static int tcf_nat_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         262 net/sched/act_nat.c static int tcf_nat_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         307 net/sched/act_nat.c static int tcf_nat_search(struct net *net, struct tc_action **a, u32 index)
tc_action         138 net/sched/act_pedit.c 			  struct nlattr *est, struct tc_action **a,
tc_action         255 net/sched/act_pedit.c static void tcf_pedit_cleanup(struct tc_action *a)
tc_action         308 net/sched/act_pedit.c static int tcf_pedit_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         411 net/sched/act_pedit.c static int tcf_pedit_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         475 net/sched/act_pedit.c static int tcf_pedit_search(struct net *net, struct tc_action **a, u32 index)
tc_action          48 net/sched/act_police.c 			       struct nlattr *est, struct tc_action **a,
tc_action         218 net/sched/act_police.c static int tcf_police_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         280 net/sched/act_police.c static void tcf_police_cleanup(struct tc_action *a)
tc_action         290 net/sched/act_police.c static void tcf_police_stats_update(struct tc_action *a,
tc_action         304 net/sched/act_police.c static int tcf_police_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         364 net/sched/act_police.c static int tcf_police_search(struct net *net, struct tc_action **a, u32 index)
tc_action          37 net/sched/act_sample.c 			   struct nlattr *est, struct tc_action **a, int ovr,
tc_action         130 net/sched/act_sample.c static void tcf_sample_cleanup(struct tc_action *a)
tc_action         158 net/sched/act_sample.c static int tcf_sample_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         199 net/sched/act_sample.c static int tcf_sample_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         249 net/sched/act_sample.c static int tcf_sample_search(struct net *net, struct tc_action **a, u32 index)
tc_action         264 net/sched/act_sample.c tcf_sample_get_group(const struct tc_action *a,
tc_action          25 net/sched/act_simple.c static int tcf_simp_act(struct sk_buff *skb, const struct tc_action *a,
tc_action          44 net/sched/act_simple.c static void tcf_simp_release(struct tc_action *a)
tc_action          59 net/sched/act_simple.c static int reset_policy(struct tc_action *a, const struct nlattr *defdata,
tc_action          87 net/sched/act_simple.c 			 struct nlattr *est, struct tc_action **a,
tc_action         170 net/sched/act_simple.c static int tcf_simp_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         211 net/sched/act_simple.c static int tcf_simp_search(struct net *net, struct tc_action **a, u32 index)
tc_action          26 net/sched/act_skbedit.c static int tcf_skbedit_act(struct sk_buff *skb, const struct tc_action *a,
tc_action          87 net/sched/act_skbedit.c 			    struct nlattr *est, struct tc_action **a,
tc_action         228 net/sched/act_skbedit.c static int tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         283 net/sched/act_skbedit.c static void tcf_skbedit_cleanup(struct tc_action *a)
tc_action         303 net/sched/act_skbedit.c static int tcf_skbedit_search(struct net *net, struct tc_action **a, u32 index)
tc_action         310 net/sched/act_skbedit.c static size_t tcf_skbedit_get_fill_size(const struct tc_action *act)
tc_action          24 net/sched/act_skbmod.c static int tcf_skbmod_act(struct sk_buff *skb, const struct tc_action *a,
tc_action          80 net/sched/act_skbmod.c 			   struct nlattr *est, struct tc_action **a,
tc_action         204 net/sched/act_skbmod.c static void tcf_skbmod_cleanup(struct tc_action *a)
tc_action         214 net/sched/act_skbmod.c static int tcf_skbmod_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         266 net/sched/act_skbmod.c static int tcf_skbmod_search(struct net *net, struct tc_action **a, u32 index)
tc_action          24 net/sched/act_tunnel_key.c static int tunnel_key_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         213 net/sched/act_tunnel_key.c 			   struct nlattr *est, struct tc_action **a,
tc_action         416 net/sched/act_tunnel_key.c static void tunnel_key_release(struct tc_action *a)
tc_action         512 net/sched/act_tunnel_key.c static int tunnel_key_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         583 net/sched/act_tunnel_key.c static int tunnel_key_search(struct net *net, struct tc_action **a, u32 index)
tc_action          22 net/sched/act_vlan.c static int tcf_vlan_act(struct sk_buff *skb, const struct tc_action *a,
tc_action         103 net/sched/act_vlan.c 			 struct nlattr *est, struct tc_action **a,
tc_action         242 net/sched/act_vlan.c static void tcf_vlan_cleanup(struct tc_action *a)
tc_action         252 net/sched/act_vlan.c static int tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a,
tc_action         304 net/sched/act_vlan.c static void tcf_vlan_stats_update(struct tc_action *a, u64 bytes, u32 packets,
tc_action         317 net/sched/act_vlan.c static int tcf_vlan_search(struct net *net, struct tc_action **a, u32 index)
tc_action         324 net/sched/act_vlan.c static size_t tcf_vlan_get_fill_size(const struct tc_action *act)
tc_action        3015 net/sched/cls_api.c 		struct tc_action *act;
tc_action        3065 net/sched/cls_api.c static struct tc_action *tcf_exts_first_act(struct tcf_exts *exts)
tc_action        3094 net/sched/cls_api.c 			struct tc_action *act = tcf_exts_first_act(exts);
tc_action        3118 net/sched/cls_api.c 	struct tc_action *a = tcf_exts_first_act(exts);
tc_action        3397 net/sched/cls_api.c 			       const struct tc_action *act)
tc_action        3415 net/sched/cls_api.c 				       const struct tc_action *act)
tc_action        3426 net/sched/cls_api.c 				 const struct tc_action *act)
tc_action        3438 net/sched/cls_api.c 	const struct tc_action *act;
tc_action        3591 net/sched/cls_api.c 	struct tc_action *act;