Searched refs:rds_ib_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 Dib_sysctl.c39 static struct ctl_table_header *rds_ib_sysctl_hdr; variable in typeref:struct:ctl_table_header
131 if (rds_ib_sysctl_hdr)
132 unregister_sysctl_table(rds_ib_sysctl_hdr);
137 rds_ib_sysctl_hdr = register_sysctl_paths(rds_ib_sysctl_path, rds_ib_sysctl_table);
138 if (rds_ib_sysctl_hdr == NULL)

Completed in 52 milliseconds