Lines Matching defs:tbl
3519 struct ctl_table *tbl;
3521 tbl = ipv4_route_flush_table;
3523 tbl = kmemdup(tbl, sizeof(ipv4_route_flush_table), GFP_KERNEL);
3524 if (!tbl)
3529 if (tbl[0].procname != ipv4_route_flush_procname)
3530 tbl[0].procname = NULL;
3533 tbl[0].extra1 = net;
3535 net->ipv4.route_hdr = register_net_sysctl(net, "net/ipv4/route", tbl);
3541 if (tbl != ipv4_route_flush_table)
3542 kfree(tbl);
3549 struct ctl_table *tbl;
3551 tbl = net->ipv4.route_hdr->ctl_table_arg;
3553 BUG_ON(tbl == ipv4_route_flush_table);
3554 kfree(tbl);