Home
last modified time | relevance | path

Searched refs:NETLINK_USERSOCK (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dnetlink.h11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnetlink.h11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnetlink.h11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetlink.h11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
/OK3568_Linux_fs/kernel/net/netlink/
H A Daf_netlink.c262 case NETLINK_USERSOCK: in netlink_filter_tap()
2822 nl_table[NETLINK_USERSOCK].groups = groups; in netlink_add_usersock_entry()
2823 rcu_assign_pointer(nl_table[NETLINK_USERSOCK].listeners, listeners); in netlink_add_usersock_entry()
2824 nl_table[NETLINK_USERSOCK].module = THIS_MODULE; in netlink_add_usersock_entry()
2825 nl_table[NETLINK_USERSOCK].registered = 1; in netlink_add_usersock_entry()
2826 nl_table[NETLINK_USERSOCK].flags = NL_CFG_F_NONROOT_SEND; in netlink_add_usersock_entry()