]> err.no Git - linux-2.6/blobdiff - net/ipx/af_ipx.c
[IPV6]: Don't redo xfrm_lookup for cached dst entries
[linux-2.6] / net / ipx / af_ipx.c
index c54f8acc97eb9af4db952f428d9d322071d77398..34b3bb86840912da024646f070170f9c933c650e 100644 (file)
@@ -1797,7 +1797,7 @@ static int ipx_recvmsg(struct kiocb *iocb, struct socket *sock,
        if (rc)
                goto out_free;
        if (skb->tstamp.off_sec)
-               skb_get_timestamp(skb, &sk->sk_stamp)
+               skb_get_timestamp(skb, &sk->sk_stamp);
 
        msg->msg_namelen = sizeof(*sipx);
 
@@ -1940,9 +1940,7 @@ static struct notifier_block ipx_dev_notifier = {
 };
 
 extern struct datalink_proto *make_EII_client(void);
-extern struct datalink_proto *make_8023_client(void);
 extern void destroy_EII_client(struct datalink_proto *);
-extern void destroy_8023_client(struct datalink_proto *);
 
 static unsigned char ipx_8022_type = 0xE0;
 static unsigned char ipx_snap_id[5] = { 0x0, 0x0, 0x0, 0x81, 0x37 };