Home
last modified time | relevance | path

Searched refs:act_flags (Results 1 – 3 of 3) sorted by relevance

/linux/net/sched/
H A Dact_skbedit.c117 struct tcf_proto *tp, u32 act_flags, in tcf_skbedit_init() argument
121 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init()
151 if (is_tcf_skbedit_ingress(act_flags) && in tcf_skbedit_init()
152 !(act_flags & TCA_ACT_FLAGS_SKIP_SW)) { in tcf_skbedit_init()
226 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init()
236 if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_skbedit_init()
H A Dact_tunnel_key.c363 struct tcf_proto *tp, u32 act_flags, in tunnel_key_init() argument
367 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tunnel_key_init()
508 act_flags); in tunnel_key_init()
515 } else if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) { in tunnel_key_init()
H A Dact_api.c565 u32 act_flags = cb->args[2]; in tcf_dump_walker()
596 err = (act_flags & TCA_ACT_FLAG_TERSE_DUMP) ? in tcf_dump_walker()
606 if (!(act_flags & TCA_ACT_FLAG_LARGE_DUMP_ON) && in tcf_dump_walker()
616 if (act_flags & TCA_ACT_FLAG_LARGE_DUMP_ON) in tcf_idr_release_unsafe()
553 u32 act_flags = cb->args[2]; tcf_dump_walker() local