Searched refs:NETLINK_USERSOCK (Results 1 – 3 of 3) sorted by relevance
11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
272 case NETLINK_USERSOCK: in netlink_filter_tap()2842 nl_table[NETLINK_USERSOCK].groups = groups; in netlink_add_usersock_entry()2843 rcu_assign_pointer(nl_table[NETLINK_USERSOCK].listeners, listeners); in netlink_add_usersock_entry()2844 nl_table[NETLINK_USERSOCK].module = THIS_MODULE; in netlink_add_usersock_entry()2845 nl_table[NETLINK_USERSOCK].registered = 1; in netlink_add_usersock_entry()2846 nl_table[NETLINK_USERSOCK].flags = NL_CFG_F_NONROOT_SEND; in netlink_add_usersock_entry()