Home
last modified time | relevance | path

Searched refs:flow_rule (Results 1 – 4 of 4) sorted by relevance

/net/netfilter/
Dnf_flow_table_offload.c166 flow_action_entry_next(struct nf_flow_rule *flow_rule) in flow_action_entry_next() argument
168 int i = flow_rule->rule->action.num_entries++; in flow_action_entry_next()
170 return &flow_rule->rule->action.entries[i]; in flow_action_entry_next()
176 struct nf_flow_rule *flow_rule) in flow_offload_eth_src() argument
179 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_src()
180 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); in flow_offload_eth_src()
207 struct nf_flow_rule *flow_rule) in flow_offload_eth_dst() argument
209 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst()
210 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst()
252 struct nf_flow_rule *flow_rule) in flow_offload_ipv4_snat() argument
[all …]
Dnf_flow_table_inet.c27 struct nf_flow_rule *flow_rule) in nf_flow_rule_route_inet() argument
34 err = nf_flow_rule_route_ipv4(net, flow, dir, flow_rule); in nf_flow_rule_route_inet()
37 err = nf_flow_rule_route_ipv6(net, flow, dir, flow_rule); in nf_flow_rule_route_inet()
/net/core/
Dflow_offload.c9 struct flow_rule *flow_rule_alloc(unsigned int num_actions) in flow_rule_alloc()
11 struct flow_rule *rule; in flow_rule_alloc()
37 void flow_rule_match_meta(const struct flow_rule *rule, in flow_rule_match_meta()
44 void flow_rule_match_basic(const struct flow_rule *rule, in flow_rule_match_basic()
51 void flow_rule_match_control(const struct flow_rule *rule, in flow_rule_match_control()
58 void flow_rule_match_eth_addrs(const struct flow_rule *rule, in flow_rule_match_eth_addrs()
65 void flow_rule_match_vlan(const struct flow_rule *rule, in flow_rule_match_vlan()
72 void flow_rule_match_cvlan(const struct flow_rule *rule, in flow_rule_match_cvlan()
79 void flow_rule_match_ipv4_addrs(const struct flow_rule *rule, in flow_rule_match_ipv4_addrs()
86 void flow_rule_match_ipv6_addrs(const struct flow_rule *rule, in flow_rule_match_ipv6_addrs()
[all …]
/net/sched/
Dact_ct.c238 struct nf_flow_rule *flow_rule) in tcf_ct_flow_table_fill_actions() argument
240 struct flow_action *action = &flow_rule->rule->action; in tcf_ct_flow_table_fill_actions()