Searched refs:ct_action (Results 1 – 7 of 7) sorted by relevance
872 int ct_action, in tcf_ct_act_nat() argument879 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()881 if (ct_action & TCA_CT_ACT_NAT_SRC) in tcf_ct_act_nat()883 if (ct_action & TCA_CT_ACT_NAT_DST) in tcf_ct_act_nat()1072 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()1159 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()1161 sizeof(p->ct_action)); in tcf_ct_fill_params()1163 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()1441 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()1443 sizeof(p->ct_action))) in tcf_ct_dump()[all …]
89 int err, ct_action = *action; in nf_ct_nat() local110 } else if (ct_action & BIT(NF_NAT_MANIP_SRC)) { in nf_ct_nat()112 } else if (ct_action & BIT(NF_NAT_MANIP_DST)) { in nf_ct_nat()
26 u16 ct_action; member52 return to_ct_params(a)->ct_action; in tcf_ct_action()
18 ct_nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in tc_act_can_offload_sample()
27 u16 ct_action; member
1559 attr->ct_attr.ct_action = act->ct.action; in mlx5_tc_ct_parse_action()1937 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()
3629 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported_fdb()3662 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported()
Completed in 23 milliseconds