/linux-6.1.9/net/ipv4/netfilter/ |
D | arp_tables.c | 302 static int mark_source_chains(const struct xt_table_info *newinfo, in mark_source_chains() argument 312 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains() 358 if (pos + size >= newinfo->size) in mark_source_chains() 370 newinfo->number)) in mark_source_chains() 375 if (newpos >= newinfo->size) in mark_source_chains() 453 struct xt_table_info *newinfo, in check_entry_size_and_hooks() argument 485 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks() 490 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 520 struct xt_table_info *newinfo, in translate_table() argument 530 newinfo->size = repl->size; in translate_table() [all …]
|
D | ip_tables.c | 369 mark_source_chains(const struct xt_table_info *newinfo, in mark_source_chains() argument 378 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains() 422 if (pos + size >= newinfo->size) in mark_source_chains() 434 newinfo->number)) in mark_source_chains() 439 if (newpos >= newinfo->size) in mark_source_chains() 590 struct xt_table_info *newinfo, in check_entry_size_and_hooks() argument 622 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks() 627 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 662 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, in translate_table() argument 671 newinfo->size = repl->size; in translate_table() [all …]
|
/linux-6.1.9/net/bridge/netfilter/ |
D | ebtables.c | 467 struct ebt_table_info *newinfo) in ebt_verify_pointers() argument 475 newinfo->hook_entry[i] = NULL; in ebt_verify_pointers() 477 newinfo->entries_size = repl->entries_size; in ebt_verify_pointers() 478 newinfo->nentries = repl->nentries; in ebt_verify_pointers() 482 struct ebt_entry *e = (void *)newinfo->entries + offset; in ebt_verify_pointers() 503 newinfo->hook_entry[i] = (struct ebt_entries *)e; in ebt_verify_pointers() 522 if (!newinfo->hook_entry[i] && in ebt_verify_pointers() 534 const struct ebt_table_info *newinfo, in ebt_check_entry_size_and_hooks() argument 541 if ((void *)e == (void *)newinfo->hook_entry[i]) in ebt_check_entry_size_and_hooks() 594 ebt_get_udc_positions(struct ebt_entry *e, struct ebt_table_info *newinfo, in ebt_get_udc_positions() argument [all …]
|
/linux-6.1.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 387 mark_source_chains(const struct xt_table_info *newinfo, in mark_source_chains() argument 396 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains() 440 if (pos + size >= newinfo->size) in mark_source_chains() 452 newinfo->number)) in mark_source_chains() 457 if (newpos >= newinfo->size) in mark_source_chains() 608 struct xt_table_info *newinfo, in check_entry_size_and_hooks() argument 640 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks() 645 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 679 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, in translate_table() argument 688 newinfo->size = repl->size; in translate_table() [all …]
|
/linux-6.1.9/net/netfilter/ |
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()
|
D | x_tables.c | 1386 struct xt_table_info *newinfo, in xt_replace_table() argument 1393 ret = xt_jumpstack_alloc(newinfo); in xt_replace_table() 1412 newinfo->initial_entries = private->initial_entries; in xt_replace_table() 1418 table->private = newinfo; in xt_replace_table() 1453 struct xt_table_info *newinfo) in xt_register_table() argument 1479 if (!xt_replace_table(table, 0, newinfo, &ret)) in xt_register_table()
|
/linux-6.1.9/sound/soc/intel/avs/ |
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.1.9/include/linux/netfilter/ |
D | x_tables.h | 311 struct xt_table_info *newinfo); 316 struct xt_table_info *newinfo,
|
/linux-6.1.9/drivers/video/fbdev/core/ |
D | fbcon.c | 752 struct fb_info *newinfo) in con2fb_release_oldinfo() argument 765 if (newinfo && newinfo->fbops->fb_set_par) { in con2fb_release_oldinfo() 766 ret = newinfo->fbops->fb_set_par(newinfo); in con2fb_release_oldinfo()
|