Home
last modified time | relevance | path

Searched refs:TCA_ACT_FLAGS_REPLACE (Results 1 – 22 of 22) sorted by relevance

/linux/net/sched/
H A Dact_simple.c152 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_simp_init()
H A Dact_connmark.c152 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_connmark_init()
H A Dact_gact.c112 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_gact_init()
H A Dact_skbmod.c108 bool ovr = flags & TCA_ACT_FLAGS_REPLACE; in tcf_skbmod_init()
H A Dact_nat.c73 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_nat_init()
H A Dact_sample.c79 } else if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_sample_init()
H A Dact_ctinfo.c225 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_ctinfo_init()
H A Dact_bpf.c323 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_bpf_init()
H A Dact_vlan.c228 } else if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_vlan_init()
H A Dact_mpls.c209 } else if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_mpls_init()
H A Dact_skbedit.c234 if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_skbedit_init()
H A Dact_pedit.c206 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_pedit_init()
H A Dact_police.c91 } else if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_police_init()
H A Dact_mirred.c180 } else if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_mirred_init()
H A Dact_gate.c370 } else if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_gate_init()
H A Dact_csum.c82 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_csum_init()
H A Dact_tunnel_key.c511 } else if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) { in tunnel_key_init()
H A Dact_ife.c563 } else if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_ife_init()
H A Dact_ct.c1387 if (!(flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_ct_init()
H A Dact_api.c2138 flags = TCA_ACT_FLAGS_REPLACE; in tc_ctl_action()
H A Dcls_api.c2396 flags |= TCA_ACT_FLAGS_REPLACE; in tc_new_tfilter()
/linux/include/net/
H A Dact_api.h68 #define TCA_ACT_FLAGS_REPLACE (1U << (TCA_ACT_FLAGS_USER_BITS + 2)) macro