Home
last modified time | relevance | path

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

/linux/include/uapi/linux/tc_act/
A Dtc_ct.h34 #define TCA_CT_ACT_NAT_SRC (1 << 4) macro
/linux/net/sched/
A Dact_ct.c909 } else if (ct_action & TCA_CT_ACT_NAT_SRC) { in tcf_ct_act_nat()
1096 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_fill_params_nat()
1099 if ((p->ct_action & TCA_CT_ACT_NAT_SRC) && in tcf_ct_fill_params_nat()
1369 if (!(p->ct_action & (TCA_CT_ACT_NAT_SRC | TCA_CT_ACT_NAT_DST))) in tcf_ct_dump_nat()

Completed in 19 milliseconds