After the following scenario, netlink sockets cannot be created.
- Invoke netlink_kernel_create() for the first time (a socket is properly created)
- Remove the kernel module
- Install the kernel module again
- Invoke netlink_kernel_create() again
I suppose a netlink socket is created after the scenario 4, but not.