1DEV_LOAD(9)                 Network device support                 DEV_LOAD(9)
2
3
4

NAME

6       dev_load - load a network module
7

SYNOPSIS

9       void dev_load(struct net * net, const char * name);
10

ARGUMENTS

12       net
13           the applicable net namespace
14
15       name
16           name of interface
17

DESCRIPTION

19       If a network interface is not present and the process has suitable
20       privileges this function loads the module. If module loading is not
21       available in this kernel then it becomes a nop.
22
24Kernel Hackers Manual 2.6.         June 2019                       DEV_LOAD(9)
Impressum