Lines Matching refs:flow_action
60 tcf_ct_flow_table_flow_action_get_next(struct flow_action *flow_action) in tcf_ct_flow_table_flow_action_get_next() argument
62 int i = flow_action->num_entries++; in tcf_ct_flow_table_flow_action_get_next()
64 return &flow_action->entries[i]; in tcf_ct_flow_table_flow_action_get_next()
67 static void tcf_ct_add_mangle_action(struct flow_action *action, in tcf_ct_add_mangle_action()
90 struct flow_action *action) in tcf_ct_flow_table_add_action_nat_ipv4()
105 tcf_ct_add_ipv6_addr_mangle_action(struct flow_action *action, in tcf_ct_add_ipv6_addr_mangle_action()
120 struct flow_action *action) in tcf_ct_flow_table_add_action_nat_ipv6()
135 struct flow_action *action) in tcf_ct_flow_table_add_action_nat_tcp()
153 struct flow_action *action) in tcf_ct_flow_table_add_action_nat_udp()
170 struct flow_action *action) in tcf_ct_flow_table_add_action_meta()
199 struct flow_action *action) in tcf_ct_flow_table_add_action_nat()
241 struct flow_action *action = &flow_rule->rule->action; in tcf_ct_flow_table_fill_actions()