Home
last modified time | relevance | path

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

/net/sched/
Dact_ct.c60 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()
[all …]
Dcls_api.c3489 void tc_cleanup_flow_action(struct flow_action *flow_action) in tc_cleanup_flow_action() argument
3494 flow_action_for_each(i, entry, flow_action) { in tc_cleanup_flow_action()
3572 int tc_setup_flow_action(struct flow_action *flow_action, in tc_setup_flow_action() argument
3589 entry = &flow_action->entries[j]; in tc_setup_flow_action()
3664 entry = &flow_action->entries[++j]; in tc_setup_flow_action()
3744 tc_cleanup_flow_action(flow_action); in tc_setup_flow_action()