Lines Matching defs:table
358 struct ctl_table *table;
363 table = lowpan_frags_ns_ctl_table;
365 table = kmemdup(table, sizeof(lowpan_frags_ns_ctl_table),
367 if (table == NULL)
372 table[0].procname = NULL;
375 table[0].data = &ieee802154_lowpan->fqdir->high_thresh;
376 table[0].extra1 = &ieee802154_lowpan->fqdir->low_thresh;
377 table[1].data = &ieee802154_lowpan->fqdir->low_thresh;
378 table[1].extra2 = &ieee802154_lowpan->fqdir->high_thresh;
379 table[2].data = &ieee802154_lowpan->fqdir->timeout;
381 hdr = register_net_sysctl(net, "net/ieee802154/6lowpan", table);
390 kfree(table);
397 struct ctl_table *table;
401 table = ieee802154_lowpan->sysctl.frags_hdr->ctl_table_arg;
404 kfree(table);