Print this page
%B
@@ -77,10 +77,11 @@
#define MOD_PROTO_IPV6 0x02 /* property is applicable to IPV6 */
#define MOD_PROTO_RAWIP 0x04 /* property is applicable to ICMP */
#define MOD_PROTO_TCP 0x08 /* property is applicable to TCP */
#define MOD_PROTO_UDP 0x10 /* property is applicable to UDP */
#define MOD_PROTO_SCTP 0x20 /* property is applicable to SCTP */
+#define MOD_PROTO_DCCP 0x40 /* property is applicable to DCCP */
/* property is applicable to both IPV[4|6] */
#define MOD_PROTO_IP (MOD_PROTO_IPV4|MOD_PROTO_IPV6)
#ifdef _KERNEL