Searched refs:NETLINK_USERSOCK (Results 1 – 2 of 2) sorted by relevance
10 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
206 case NETLINK_USERSOCK: in netlink_filter_tap()3287 nl_table[NETLINK_USERSOCK].groups = groups; in netlink_add_usersock_entry()3288 rcu_assign_pointer(nl_table[NETLINK_USERSOCK].listeners, listeners); in netlink_add_usersock_entry()3289 nl_table[NETLINK_USERSOCK].module = THIS_MODULE; in netlink_add_usersock_entry()3290 nl_table[NETLINK_USERSOCK].registered = 1; in netlink_add_usersock_entry()3291 nl_table[NETLINK_USERSOCK].flags = NL_CFG_F_NONROOT_SEND; in netlink_add_usersock_entry()