Searched refs:act_flags (Results 1 - 3 of 3) sorted by path

/linux-master/net/sched/
H A Dact_api.c511 u32 act_flags = cb->args[2]; local
542 err = (act_flags & TCA_ACT_FLAG_TERSE_DUMP) ?
552 if (!(act_flags & TCA_ACT_FLAG_LARGE_DUMP_ON) &&
562 if (act_flags & TCA_ACT_FLAG_LARGE_DUMP_ON)
H A Dact_skbedit.c119 struct tcf_proto *tp, u32 act_flags,
123 bool bind = act_flags & TCA_ACT_FLAGS_BIND;
153 if (is_tcf_skbedit_ingress(act_flags) &&
154 !(act_flags & TCA_ACT_FLAGS_SKIP_SW)) {
224 &act_skbedit_ops, bind, true, act_flags);
234 if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) {
117 tcf_skbedit_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, struct tcf_proto *tp, u32 act_flags, struct netlink_ext_ack *extack) argument
H A Dact_tunnel_key.c359 struct tcf_proto *tp, u32 act_flags,
363 bool bind = act_flags & TCA_ACT_FLAGS_BIND;
504 act_flags);
511 } else if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) {
357 tunnel_key_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, struct tcf_proto *tp, u32 act_flags, struct netlink_ext_ack *extack) argument

Completed in 193 milliseconds