Searched refs:ct_action (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sched/ |
| H A D | act_ct.c | 774 if ((p->ct_action & TCA_CT_ACT_FORCE) && in tcf_ct_skb_nfct_cached() 880 if (params->ct_action & TCA_CT_ACT_NAT) in tcf_ct_params_free() 939 int ct_action, in tcf_ct_act_nat() 946 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat() 948 if (ct_action & TCA_CT_ACT_NAT_SRC) in tcf_ct_act_nat() 950 if (ct_action & TCA_CT_ACT_NAT_DST) in tcf_ct_act_nat() 988 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act() 989 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act() 1057 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act() 1066 if (p->ct_action in tcf_ct_act() 938 tcf_ct_act_nat(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,int ct_action,struct nf_nat_range2 * range,bool commit) tcf_ct_act_nat() argument [all...] |
| /linux/include/net/tc_act/ |
| H A D | tc_ct.h | 27 u16 ct_action; member 53 return to_ct_params(a)->ct_action; in tcf_ct_action()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 1597 attr->ct_attr.ct_action |= act->ct.action; /* So we can have clear + ct */ in mlx5_tc_ct_parse_action() 1976 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload() 2048 if (attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR) { in mlx5_tc_ct_flow_offload()
|