| tag | line | file | source code |
|---|---|---|---|
| ifr_name | 704 | net/appletalk/ddp.c | if((dev=dev_get(atreq.ifr_name))==NULL) |
| ifr_name | 835 | net/core/dev.c | strcpy(ifr.ifr_name, dev->name); |
| ifr_name | 985 | net/core/dev.c | if ((dev = dev_get(ifr.ifr_name)) == NULL) |
| ifr_name | 879 | net/ipx/af_ipx.c | memcpy(f.ipx_device, ifr.ifr_name, sizeof(f.ipx_device)); |
| ifr_name | 899 | net/ipx/af_ipx.c | dev=dev_get(ifr.ifr_name); |