Home
last modified time | relevance | path

Searched refs:newinfo (Results 1 – 6 of 6) sorted by relevance

/linux/net/bridge/netfilter/
H A Debtables.c473 struct ebt_table_info *newinfo) in ebt_verify_pointers() argument
481 newinfo->hook_entry[i] = NULL; in ebt_verify_pointers()
483 newinfo->entries_size = repl->entries_size; in ebt_verify_pointers()
484 newinfo->nentries = repl->nentries; in ebt_verify_pointers()
488 struct ebt_entry *e = (void *)newinfo->entries + offset; in ebt_verify_pointers()
509 newinfo->hook_entry[i] = (struct ebt_entries *)e; in ebt_verify_pointers()
528 if (!newinfo->hook_entry[i] && in ebt_verify_pointers()
540 const struct ebt_table_info *newinfo, in ebt_check_entry_size_and_hooks() argument
547 if ((void *)e == (void *)newinfo->hook_entry[i]) in ebt_check_entry_size_and_hooks()
600 ebt_get_udc_positions(struct ebt_entry *e, struct ebt_table_info *newinfo, in ebt_get_udc_positions() argument
[all …]
/linux/net/netfilter/
H A Dxt_SECMARK.c121 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 Dx_tables.c1480 struct xt_table_info *newinfo, int *error) in do_replace_table() argument
1486 ret = xt_jumpstack_alloc(newinfo); in do_replace_table()
1505 newinfo->initial_entries = private->initial_entries; in do_replace_table()
1511 table->private = newinfo; in do_replace_table()
1540 struct xt_table_info *newinfo, in xt_replace_table() argument
1545 private = do_replace_table(table, num_counters, newinfo, error); in xt_replace_table()
1559 struct xt_table_info *newinfo) in xt_register_table() argument
1596 if (!do_replace_table(table, 0, newinfo, &ret)) in xt_register_table()
/linux/sound/soc/intel/avs/
H A Dutils.c111 avs_module_ida_alloc(struct avs_dev *adev, struct avs_mods_info *newinfo, bool purge)
119 if (oldinfo->count >= newinfo->count) in avs_module_ida_alloc()
121 oldinfo->count, newinfo->count); in avs_module_ida_alloc()
125 ida_ptrs = kzalloc_objs(*ida_ptrs, newinfo->count); in avs_module_ida_alloc()
132 for (i = tocopy_count; i < newinfo->count; i++) { in avs_module_ida_alloc()
113 avs_module_ida_alloc(struct avs_dev * adev,struct avs_mods_info * newinfo,bool purge) avs_module_ida_alloc() argument
/linux/include/linux/netfilter/
H A Dx_tables.h323 struct xt_table_info *newinfo);
329 struct xt_table_info *newinfo,
/linux/drivers/video/fbdev/core/
H A Dfbcon.c843 struct fb_info *newinfo) in con2fb_release_oldinfo() argument
856 if (newinfo && newinfo->fbops->fb_set_par) { in con2fb_release_oldinfo()
857 ret = newinfo->fbops->fb_set_par(newinfo); in con2fb_release_oldinfo()