]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/rdma/ib_verbs.h
IB/core: Add more fields to IPv6 flow specification
[karo-tx-linux.git] / include / rdma / ib_verbs.h
index 990220b757f0c7ee78c55a1fc487a85033c1e248..0cec4da51eb7eab4473428625e27d77f6c4c62fa 100644 (file)
@@ -1676,6 +1676,10 @@ struct ib_flow_spec_ipv4 {
 struct ib_flow_ipv6_filter {
        u8      src_ip[16];
        u8      dst_ip[16];
+       __be32  flow_label;
+       u8      next_hdr;
+       u8      traffic_class;
+       u8      hop_limit;
        /* Must be last */
        u8      real_sz[0];
 };