Searched refs:ax25_table_size (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/ax25/
H A Dsysctl_net_ax25.c35 static int ax25_table_size; variable
168 for (ax25_table_size = sizeof(ctl_table), ax25_dev = ax25_dev_list; ax25_dev != NULL; ax25_dev = ax25_dev->next)
169 ax25_table_size += sizeof(ctl_table);
171 if ((ax25_table = kzalloc(ax25_table_size, GFP_ATOMIC)) == NULL) {

Completed in 115 milliseconds