Searched refs:subsys_table (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnfnetlink.c40 static const struct nfnetlink_subsystem *subsys_table[NFNL_SUBSYS_COUNT]; variable in typeref:struct:nfnetlink_subsystem
58 if (subsys_table[n->subsys_id]) {
62 subsys_table[n->subsys_id] = n;
72 subsys_table[n->subsys_id] = NULL;
86 return subsys_table[subsys_id];

Completed in 86 milliseconds