Re: net_device list in kernel

2001-06-13 Thread Arnaldo Carvalho de Melo
Em Wed, Jun 13, 2001 at 12:14:18PM -0700, [EMAIL PROTECTED] escreveu: > > Hi, > > I have one doubt. > > There is a list of the devices(net_device{} structures) maintained in kernel which >has all the interfaces initialised by that time. This list is refrenced by dev_base >variable. > >

net_device list in kernel

2001-06-13 Thread dipi_k
Hi, I have one doubt. There is a list of the devices(net_device{} structures) maintained in kernel which has all the interfaces initialised by that time. This list is refrenced by dev_base variable. I need following info 1) does kernel maintain a global variable which keeps the count

net_device list in kernel

2001-06-13 Thread dipi_k
Hi, I have one doubt. There is a list of the devices(net_device{} structures) maintained in kernel which has all the interfaces initialised by that time. This list is refrenced by dev_base variable. I need following info 1) does kernel maintain a global variable which keeps the count

Re: net_device list in kernel

2001-06-13 Thread Arnaldo Carvalho de Melo
Em Wed, Jun 13, 2001 at 12:14:18PM -0700, [EMAIL PROTECTED] escreveu: Hi, I have one doubt. There is a list of the devices(net_device{} structures) maintained in kernel which has all the interfaces initialised by that time. This list is refrenced by dev_base variable. I need