Searched refs:rds_iw_sysctl_hdr (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/rds/
H A Diw_sysctl.c39 static struct ctl_table_header *rds_iw_sysctl_hdr; variable in typeref:struct:ctl_table_header
121 if (rds_iw_sysctl_hdr)
122 unregister_sysctl_table(rds_iw_sysctl_hdr);
127 rds_iw_sysctl_hdr = register_sysctl_paths(rds_iw_sysctl_path, rds_iw_sysctl_table);
128 if (rds_iw_sysctl_hdr == NULL)

Completed in 106 milliseconds