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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink.c44 static struct nfnetlink_subsystem *subsys_table[NFNL_SUBSYS_COUNT]; variable in typeref:struct:nfnetlink_subsystem
72 if (subsys_table[n->subsys_id]) {
76 subsys_table[n->subsys_id] = n;
86 subsys_table[n->subsys_id] = NULL;
100 return subsys_table[subsys_id];

Completed in 28 milliseconds