]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/netfilter/nf_conntrack_tuple.h
[NETFILTER]: nf_conntrack: add DCCP protocol support
[linux-2.6-omap-h63xx.git] / include / net / netfilter / nf_conntrack_tuple.h
index 168c91754d895ebda49e2bb5f520e4c3a7a7443a..bdeec34613848e39468295bf7bbacbfffe9919c8 100644 (file)
@@ -39,6 +39,9 @@ union nf_conntrack_man_proto
        struct {
                __be16 id;
        } icmp;
+       struct {
+               __be16 port;
+       } dccp;
        struct {
                __be16 port;
        } sctp;
@@ -77,6 +80,9 @@ struct nf_conntrack_tuple
                        struct {
                                u_int8_t type, code;
                        } icmp;
+                       struct {
+                               __be16 port;
+                       } dccp;
                        struct {
                                __be16 port;
                        } sctp;