Home
last modified time | relevance | path

Searched refs:TCA_ACT_FLAGS_BIND (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/net/sched/
H A Dact_simple.c94 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_simp_init()
H A Dact_connmark.c106 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_connmark_init()
H A Dact_gact.c59 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gact_init()
H A Dact_skbmod.c109 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_skbmod_init()
H A Dact_sample.c42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init()
H A Dact_nat.c40 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_nat_init()
H A Dact_bpf.c285 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_bpf_init()
H A Dact_ctinfo.c162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ctinfo_init()
H A Dact_vlan.c122 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_vlan_init()
H A Dact_ipt.c101 bool bind = flags & TCA_ACT_FLAGS_BIND; in __tcf_ipt_init()
H A Dact_mpls.c166 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init()
H A Dact_mirred.c98 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mirred_init()
H A Dact_skbedit.c123 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init()
H A Dact_police.c46 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_police_init()
H A Dact_pedit.c162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_pedit_init()
H A Dact_csum.c49 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_csum_init()
H A Dact_gate.c306 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gate_init()
H A Dact_ife.c486 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ife_init()
H A Dact_tunnel_key.c363 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tunnel_key_init()
H A Dact_api.c1442 return !!(flags & TCA_ACT_FLAGS_BIND); in tc_act_bind()
1539 tcf_action_destroy(actions, flags & TCA_ACT_FLAGS_BIND); in tcf_action_init()
H A Dact_ct.c1316 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ct_init()
H A Dcls_api.c3287 flags |= TCA_ACT_FLAGS_POLICE | TCA_ACT_FLAGS_BIND; in tcf_exts_validate_ex()
3302 flags |= TCA_ACT_FLAGS_BIND; in tcf_exts_validate_ex()
/openbmc/linux/include/net/
H A Dact_api.h67 #define TCA_ACT_FLAGS_BIND (1U << (TCA_ACT_FLAGS_USER_BITS + 1)) macro