Home
last modified time | relevance | path

Searched refs:nl_table (Results 1 – 3 of 3) sorted by relevance

/net/netlink/
Daf_netlink.c88 struct netlink_table *nl_table; variable
89 EXPORT_SYMBOL_GPL(nl_table);
859 struct nl_portid_hash *hash = &nl_table[protocol].hash; in netlink_lookup()
956 struct netlink_table *tbl = &nl_table[sk->sk_protocol]; in netlink_update_listeners()
979 struct nl_portid_hash *hash = &nl_table[sk->sk_protocol].hash; in netlink_insert()
1020 nl_table[sk->sk_protocol].hash.entries--; in netlink_remove()
1082 if (!nl_table[protocol].registered) { in netlink_create()
1088 if (nl_table[protocol].registered && in netlink_create()
1089 try_module_get(nl_table[protocol].module)) in netlink_create()
1090 module = nl_table[protocol].module; in netlink_create()
[all …]
Daf_netlink.h79 extern struct netlink_table *nl_table;
Ddiag.c103 struct netlink_table *tbl = &nl_table[protocol]; in __netlink_diag_dump()