do I need call ip_rt_put at the end?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi, can anybody help me out?

thanks, Xia Weizhong

        if( ip_route_output_key(&rt, &key) != 0 )
        {
            printk(KERN_INFO "route failed\n");
            goto __out;
        }

        dst_release(new_skb->dst);
        new_skb->dst = &rt->u.dst;
        new_skb->dst->output(new_skb);
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux