Home
last modified time | relevance | path

Searched refs:ct_action (Results 1 – 5 of 5) sorted by relevance

/linux/net/sched/
A Dact_ct.c932 int ct_action, in tcf_ct_act_nat() argument
939 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
941 if (ct_action & TCA_CT_ACT_NAT_SRC) in tcf_ct_act_nat()
943 if (ct_action & TCA_CT_ACT_NAT_DST) in tcf_ct_act_nat()
1160 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1247 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()
1249 sizeof(p->ct_action)); in tcf_ct_fill_params()
1251 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1540 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()
1542 sizeof(p->ct_action))) in tcf_ct_dump()
[all …]
/linux/net/netfilter/
A Dnf_nat_ovs.c90 int err, ct_action = *action; in nf_ct_nat() local
111 } else if (ct_action & BIT(NF_NAT_MANIP_SRC)) { in nf_ct_nat()
113 } else if (ct_action & BIT(NF_NAT_MANIP_DST)) { in nf_ct_nat()
/linux/include/net/tc_act/
A Dtc_ct.h27 u16 ct_action; member
53 return to_ct_params(a)->ct_action; in tcf_ct_action()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_ct.h27 u16 ct_action; member
A Dtc_ct.c1565 attr->ct_attr.ct_action |= act->ct.action; /* So we can have clear + ct */ in mlx5_tc_ct_parse_action()
1944 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()
2016 if (attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR) { in mlx5_tc_ct_flow_offload()

Completed in 18 milliseconds