Lines Matching defs:table
359 struct ctl_table *table;
365 table = lowpan_frags_ns_ctl_table;
367 table = kmemdup(table, sizeof(lowpan_frags_ns_ctl_table),
369 if (table == NULL)
374 table[0].procname = NULL;
379 table[0].data = &ieee802154_lowpan->fqdir->high_thresh;
380 table[0].extra1 = &ieee802154_lowpan->fqdir->low_thresh;
381 table[1].data = &ieee802154_lowpan->fqdir->low_thresh;
382 table[1].extra2 = &ieee802154_lowpan->fqdir->high_thresh;
383 table[2].data = &ieee802154_lowpan->fqdir->timeout;
385 hdr = register_net_sysctl_sz(net, "net/ieee802154/6lowpan", table,
395 kfree(table);
402 struct ctl_table *table;
406 table = ieee802154_lowpan->sysctl.frags_hdr->ctl_table_arg;
409 kfree(table);