Searched defs:nl_table (Results 1 - 1 of 1) sorted by relevance

/net/netlink/
H A Daf_netlink.c88 struct netlink_table *nl_table; variable in typeref:struct:netlink_table
89 EXPORT_SYMBOL_GPL(nl_table); variable
859 struct nl_portid_hash *hash = &nl_table[protocol].hash;
956 struct netlink_table *tbl = &nl_table[sk->sk_protocol];
979 struct nl_portid_hash *hash = &nl_table[sk->sk_protocol].hash;
1020 nl_table[sk->sk_protocol].hash.entries--;
1082 if (!nl_table[protocol].registered) {
1088 if (nl_table[protocol].registered &&
1089 try_module_get(nl_table[protocol].module))
1090 module = nl_table[protoco
[all...]

Completed in 93 milliseconds