VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / ip.h
index 5ea190d..ed8b641 100644 (file)
@@ -130,8 +130,6 @@ struct inet_opt {
        int                     mc_index;       /* Multicast device index */
        __u32                   mc_addr;
        struct ip_mc_socklist   *mc_list;       /* Group array */
-       struct page             *sndmsg_page;   /* Cached page for sendmsg */
-       u32                     sndmsg_off;     /* Cached offset for sendmsg */
        /*
         * Following members are used to retain the infomation to build
         * an ip header on each ip fragmentation while the socket is corked.