Searched refs:NETLINK_USERSOCK (Results 1 – 5 of 5) sorted by relevance
11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
262 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()