1DEV_LOAD(9) Network device support DEV_LOAD(9)
23
4
NAME
6dev_load - load a network module
7
SYNOPSIS
9void dev_load(struct net * net, const char * name);
10
ARGUMENTS
12net
13the applicable net namespace
1415
name
16name of interface
17
DESCRIPTION
19If a network interface is not present and the process has suitable
20privileges this function loads the module. If module loading is not
21available in this kernel then it becomes a nop.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 DEV_LOAD(9)