tag | line | file | source code |
---|---|---|---|
set_config | 248 | drivers/net/plip.c | dev->set_config = plip_config; |
set_config | 143 | include/linux/netdevice.h | int (*set_config)(struct device *dev, struct ifmap *map); |
set_config | 1288 | net/inet/dev.c | if(dev->set_config==NULL) |
set_config | 1290 | net/inet/dev.c | return dev->set_config(dev,&ifr.ifr_map); |