Searched refs:newinfo (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 370 newinfo->number)) in mark_source_chains() 530 newinfo->size = repl->size; in translate_table() 558 ++newinfo->stacksize; in translate_table() 749 newinfo->size -= off; in compat_calc_entry() 772 if (!newinfo || !info) in compat_table_info() 975 if (!newinfo) in do_replace() 1198 if (!newinfo) in translate_compat_table() 1213 newinfo, entry1); in translate_compat_table() 1234 *pinfo = newinfo; in translate_compat_table() 1277 if (!newinfo) in compat_do_replace() [all …]
|
| H A D | ip_tables.c | 432 newinfo->number)) in mark_source_chains() 669 newinfo->size = repl->size; in translate_table() 696 ++newinfo->stacksize; in translate_table() 904 newinfo->size -= off; in compat_calc_entry() 927 if (!newinfo || !info) in compat_table_info() 1127 if (!newinfo) in do_replace() 1430 if (!newinfo) in translate_compat_table() 1445 newinfo, entry1); in translate_compat_table() 1471 *pinfo = newinfo; in translate_compat_table() 1515 if (!newinfo) in compat_do_replace() [all …]
|
| /linux-6.15/net/bridge/netfilter/ |
| H A D | ebtables.c | 889 if (newinfo->hook_entry[j] <= newinfo->hook_entry[i]) in translate_table() 945 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 979 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 1098 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in do_replace_finish() 1136 if (!newinfo) in do_replace() 1159 vfree(newinfo); in do_replace() 1206 newinfo = vmalloc(sizeof(*newinfo) + countersize); in ebt_register_table() 1208 if (!newinfo) in ebt_register_table() 1287 vfree(newinfo); in ebt_register_table() 2269 newinfo = vmalloc(sizeof(*newinfo) + countersize); in compat_do_replace() [all …]
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 450 newinfo->number)) in mark_source_chains() 713 ++newinfo->stacksize; in translate_table() 920 newinfo->size -= off; in compat_calc_entry() 943 if (!newinfo || !info) in compat_table_info() 1144 if (!newinfo) in do_replace() 1445 if (!newinfo) in translate_compat_table() 1455 entry1 = newinfo->entries; in translate_compat_table() 1460 newinfo, entry1); in translate_compat_table() 1480 *pinfo = newinfo; in translate_compat_table() 1524 if (!newinfo) in compat_do_replace() [all …]
|
| /linux-6.15/net/netfilter/ |
| H A D | xt_SECMARK.c | 121 struct xt_secmark_target_info_v1 newinfo = { in secmark_tg_check_v0() local 126 memcpy(newinfo.secctx, info->secctx, SECMARK_SECCTX_MAX); in secmark_tg_check_v0() 128 ret = secmark_tg_check(par->table, &newinfo); in secmark_tg_check_v0() 129 info->secid = newinfo.secid; in secmark_tg_check_v0() 138 struct xt_secmark_target_info_v1 newinfo = { in secmark_tg_v0() local 142 return secmark_tg(skb, &newinfo); in secmark_tg_v0()
|
| H A D | x_tables.c | 1387 struct xt_table_info *newinfo, in xt_replace_table() argument 1394 ret = xt_jumpstack_alloc(newinfo); in xt_replace_table() 1413 newinfo->initial_entries = private->initial_entries; in xt_replace_table() 1419 table->private = newinfo; in xt_replace_table() 1454 struct xt_table_info *newinfo) in xt_register_table() argument 1480 if (!xt_replace_table(table, 0, newinfo, &ret)) in xt_register_table()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | utils.c | 113 avs_module_ida_alloc(struct avs_dev *adev, struct avs_mods_info *newinfo, bool purge) in avs_module_ida_alloc() argument 121 if (oldinfo->count >= newinfo->count) in avs_module_ida_alloc() 123 oldinfo->count, newinfo->count); in avs_module_ida_alloc() 127 ida_ptrs = kcalloc(newinfo->count, sizeof(*ida_ptrs), GFP_KERNEL); in avs_module_ida_alloc() 134 for (i = tocopy_count; i < newinfo->count; i++) { in avs_module_ida_alloc()
|
| /linux-6.15/include/linux/netfilter/ |
| H A D | x_tables.h | 311 struct xt_table_info *newinfo); 316 struct xt_table_info *newinfo,
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 769 struct fb_info *newinfo) in con2fb_release_oldinfo() argument 782 if (newinfo && newinfo->fbops->fb_set_par) { in con2fb_release_oldinfo() 783 ret = newinfo->fbops->fb_set_par(newinfo); in con2fb_release_oldinfo()
|