Lines Matching refs:flow_rule
75 struct flow_rule;
77 void flow_rule_match_meta(const struct flow_rule *rule,
79 void flow_rule_match_basic(const struct flow_rule *rule,
81 void flow_rule_match_control(const struct flow_rule *rule,
83 void flow_rule_match_eth_addrs(const struct flow_rule *rule,
85 void flow_rule_match_vlan(const struct flow_rule *rule,
87 void flow_rule_match_cvlan(const struct flow_rule *rule,
89 void flow_rule_match_ipv4_addrs(const struct flow_rule *rule,
91 void flow_rule_match_ipv6_addrs(const struct flow_rule *rule,
93 void flow_rule_match_ip(const struct flow_rule *rule,
95 void flow_rule_match_ports(const struct flow_rule *rule,
97 void flow_rule_match_tcp(const struct flow_rule *rule,
99 void flow_rule_match_icmp(const struct flow_rule *rule,
101 void flow_rule_match_mpls(const struct flow_rule *rule,
103 void flow_rule_match_enc_control(const struct flow_rule *rule,
105 void flow_rule_match_enc_ipv4_addrs(const struct flow_rule *rule,
107 void flow_rule_match_enc_ipv6_addrs(const struct flow_rule *rule,
109 void flow_rule_match_enc_ip(const struct flow_rule *rule,
111 void flow_rule_match_enc_ports(const struct flow_rule *rule,
113 void flow_rule_match_enc_keyid(const struct flow_rule *rule,
115 void flow_rule_match_enc_opts(const struct flow_rule *rule,
117 void flow_rule_match_ct(const struct flow_rule *rule,
384 struct flow_rule { struct
389 struct flow_rule *flow_rule_alloc(unsigned int num_actions); argument
391 static inline bool flow_rule_match_key(const struct flow_rule *rule, in flow_rule_match_key()
550 struct flow_rule *rule;
555 static inline struct flow_rule *