OSDN Git Service

Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio
[tomoyo/tomoyo-test1.git] / net / core / flow_offload.c
index acfc1f8..bc51694 100644 (file)
@@ -146,6 +146,13 @@ void flow_rule_match_tcp(const struct flow_rule *rule,
 }
 EXPORT_SYMBOL(flow_rule_match_tcp);
 
+void flow_rule_match_ipsec(const struct flow_rule *rule,
+                          struct flow_match_ipsec *out)
+{
+       FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IPSEC, out);
+}
+EXPORT_SYMBOL(flow_rule_match_ipsec);
+
 void flow_rule_match_icmp(const struct flow_rule *rule,
                          struct flow_match_icmp *out)
 {