Searched refs:ct_action (Results 1 – 5 of 5) sorted by relevance
881 int ct_action, in tcf_ct_act_nat() argument889 if (!(ct_action & TCA_CT_ACT_NAT)) in tcf_ct_act_nat()958 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()1088 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_fill_params_nat()1174 &p->ct_action, TCA_CT_ACTION, in tcf_ct_fill_params()1176 sizeof(p->ct_action)); in tcf_ct_fill_params()1178 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()1366 if (!(p->ct_action & TCA_CT_ACT_NAT)) in tcf_ct_dump_nat()1422 &p->ct_action, TCA_CT_ACTION, in tcf_ct_dump()1424 sizeof(p->ct_action))) in tcf_ct_dump()[all …]
25 u16 ct_action; member51 return to_ct_params(a)->ct_action; in tcf_ct_action()
27 u16 ct_action; member
1373 attr->ct_attr.ct_action = act->ct.action; in mlx5_tc_ct_parse_action()1754 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload()1958 bool clear_action = attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in mlx5_tc_ct_flow_offload()
1526 !(attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR)) { in mlx5e_tc_add_fdb_flow()3269 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported_fdb()3302 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported()
Completed in 22 milliseconds