查看文章 |
struct--softnet_data
2007年10月16日 星期二 17:25
/* * Incoming packets are placed on per-cpu queues so that * no locking is needed. */ struct softnet_data { struct net_device *output_queue; struct sk_buff_head input_pkt_queue; struct list_head poll_list; struct sk_buff *completion_queue; struct net_device backlog_dev; #ifdef CONFIG_NET_DMA struct dma_chan *net_dma; #endif }; |
最近读者:

