Home
last modified time | relevance | path

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

/net/netfilter/
A Dnf_flow_table_offload.c743 flow_rule = kzalloc(sizeof(*flow_rule), GFP_KERNEL); in nf_flow_offload_rule_alloc()
744 if (!flow_rule) in nf_flow_offload_rule_alloc()
748 if (!flow_rule->rule) in nf_flow_offload_rule_alloc()
751 flow_rule->rule->match.dissector = &flow_rule->match.dissector; in nf_flow_offload_rule_alloc()
752 flow_rule->rule->match.mask = &flow_rule->match.mask; in nf_flow_offload_rule_alloc()
753 flow_rule->rule->match.key = &flow_rule->match.key; in nf_flow_offload_rule_alloc()
768 return flow_rule; in nf_flow_offload_rule_alloc()
773 kfree(flow_rule); in nf_flow_offload_rule_alloc()
791 kfree(flow_rule); in __nf_flow_offload_destroy()
809 if (!flow_rule[0]) in nf_flow_offload_alloc()
[all …]
A Dnf_flow_table_inet.c48 struct nf_flow_rule *flow_rule) in nf_flow_rule_route_inet() argument
55 err = nf_flow_rule_route_ipv4(net, flow, dir, flow_rule); in nf_flow_rule_route_inet()
58 err = nf_flow_rule_route_ipv6(net, flow, dir, flow_rule); in nf_flow_rule_route_inet()
/net/core/
A Dflow_offload.c10 struct flow_rule *flow_rule_alloc(unsigned int num_actions) in flow_rule_alloc()
12 struct flow_rule *rule; in flow_rule_alloc()
58 void flow_rule_match_meta(const struct flow_rule *rule, in flow_rule_match_meta()
65 void flow_rule_match_basic(const struct flow_rule *rule, in flow_rule_match_basic()
86 void flow_rule_match_vlan(const struct flow_rule *rule, in flow_rule_match_vlan()
93 void flow_rule_match_cvlan(const struct flow_rule *rule, in flow_rule_match_cvlan()
100 void flow_rule_match_arp(const struct flow_rule *rule, in flow_rule_match_arp()
121 void flow_rule_match_ip(const struct flow_rule *rule, in flow_rule_match_ip()
142 void flow_rule_match_tcp(const struct flow_rule *rule, in flow_rule_match_tcp()
156 void flow_rule_match_icmp(const struct flow_rule *rule, in flow_rule_match_icmp()
[all …]
/net/sched/
A Dact_ct.c245 struct nf_flow_rule *flow_rule) in tcf_ct_flow_table_fill_actions() argument
247 struct flow_action *action = &flow_rule->rule->action; in tcf_ct_flow_table_fill_actions()

Completed in 14 milliseconds