Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h37 #define TCA_CT_ACT_NAT_SRC (1 << 4) macro
/openbmc/linux/net/sched/
H A Dact_ct.c939 if (ct_action & TCA_CT_ACT_NAT_SRC) in tcf_ct_act_nat()
1147 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
1150 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
1443 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.c945 TCA_CT_ACT_NAT_SRC | in efx_tc_flower_handle_lhs_actions()