# netlink **Repository Path**: kerneldev/netlink ## Basic Information - **Project Name**: netlink - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netlink simple netlink examples simply compile this file with gcc kernel module `gcc -o knel_module ntlk_knel.c` user space module `gcc -o usr_module ntlk_usr.c` notice: no longer working...