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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ax25/
H A Dsysctl_net_ax25.c32 static int ax25_table_size; variable
203 for (ax25_table_size = sizeof(ctl_table), ax25_dev = ax25_dev_list; ax25_dev != NULL; ax25_dev = ax25_dev->next)
204 ax25_table_size += sizeof(ctl_table);
206 if ((ax25_table = kzalloc(ax25_table_size, GFP_ATOMIC)) == NULL) {

Completed in 90 milliseconds