]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/in.h
Driver Core: kill subsys_attribute and default sysfs ops
[linux-2.6-omap-h63xx.git] / include / linux / in.h
index 2619859f6e1b35c487244e5098abf83dbb6d3d1b..3975cbf52f203116608b7003b1ba61a94afbe3ff 100644 (file)
@@ -45,6 +45,7 @@ enum {
 
   IPPROTO_COMP   = 108,                /* Compression Header protocol */
   IPPROTO_SCTP   = 132,                /* Stream Control Transport Protocol    */
+  IPPROTO_UDPLITE = 136,       /* UDP-Lite (RFC 3828)                  */
 
   IPPROTO_RAW   = 255,         /* Raw IP packets                       */
   IPPROTO_MAX
@@ -82,6 +83,7 @@ struct in_addr {
 #define IP_PMTUDISC_DONT               0       /* Never send DF frames */
 #define IP_PMTUDISC_WANT               1       /* Use per route hints  */
 #define IP_PMTUDISC_DO                 2       /* Always DF            */
+#define IP_PMTUDISC_PROBE              3       /* Ignore dst pmtu      */
 
 #define IP_MULTICAST_IF                        32
 #define IP_MULTICAST_TTL               33