Home
last modified time | relevance | path

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

/linux/include/uapi/linux/tc_act/
A Dtc_ct.h36 #define TCA_CT_ACT_NAT (1 << 3) macro
/linux/net/sched/
A Dact_ct.c873 if (params->ct_action & TCA_CT_ACT_NAT) in tcf_ct_params_free()
939 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()
1059 if (p->ct_action & TCA_CT_ACT_NAT && !nfct_seqadj(ct)) { in tcf_ct_act()
1160 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()
1320 p->ct_action & TCA_CT_ACT_NAT, &p->helper); in tcf_ct_fill_params()
1471 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.c78 if ((!act->ct.action || act->ct.action == TCA_CT_ACT_NAT)) in is_pre_ct_flow()
1463 if (act->ct.action == TCA_CT_ACT_NAT) in nfp_nft_ct_set_flow_flag()
/linux/drivers/net/ethernet/sfc/
A Dtc.c1039 if (fa->ct.action & (TCA_CT_ACT_NAT | in efx_tc_flower_handle_lhs_actions()
2457 if (fa->ct.action != TCA_CT_ACT_NAT) { in efx_tc_flower_replace()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_ct.c1944 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()

Completed in 24 milliseconds