/linux/net/bridge/netfilter/ |
H A 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 682 ebt_check_entry(struct ebt_entry * e,struct net * net,const struct ebt_table_info * newinfo,const char * name,unsigned int * cnt,struct ebt_cl_stack * cl_s,unsigned int udc_cnt) ebt_check_entry() argument 868 translate_table(struct net * net,const char * name,struct ebt_table_info * newinfo) translate_table() argument 1009 do_replace_finish(struct net * net,struct ebt_replace * repl,struct ebt_table_info * newinfo) do_replace_finish() argument 1111 struct ebt_table_info *newinfo; do_replace() local 1185 struct ebt_table_info *newinfo; ebt_register_table() local 1784 compat_calc_entry(const struct ebt_entry * e,const struct ebt_table_info * info,const void * base,struct compat_ebt_replace * newinfo) compat_calc_entry() argument 1836 compat_table_info(const struct ebt_table_info * info,struct compat_ebt_replace * newinfo) compat_table_info() argument 2255 struct ebt_table_info *newinfo; compat_do_replace() local [all...] |
/linux/net/ipv4/netfilter/ |
H A D | ip_tables.c | 367 mark_source_chains(const struct xt_table_info *newinfo, in mark_source_chains() argument 376 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains() 420 if (pos + size >= newinfo->size) in mark_source_chains() 432 newinfo->number)) in mark_source_chains() 437 if (newpos >= newinfo->size) in mark_source_chains() 588 struct xt_table_info *newinfo, in check_entry_size_and_hooks() argument 620 newinfo->hook_entry[h] = hook_entries[h]; in check_entry_size_and_hooks() 625 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 658 newinfo) */ 660 translate_table(struct net *net, struct xt_table_info *newinfo, voi argument 891 compat_calc_entry(const struct ipt_entry * e,const struct xt_table_info * info,const void * base,struct xt_table_info * newinfo) compat_calc_entry() argument 921 compat_table_info(const struct xt_table_info * info,struct xt_table_info * newinfo) compat_table_info() argument 1037 __do_replace(struct net * net,const char * name,unsigned int valid_hooks,struct xt_table_info * newinfo,unsigned int num_counters,void __user * counters_ptr) __do_replace() argument 1107 struct xt_table_info *newinfo; do_replace() local 1287 check_compat_entry_size_and_hooks(struct compat_ipt_entry * e,struct xt_table_info * newinfo,unsigned int * size,const unsigned char * base,const unsigned char * limit) check_compat_entry_size_and_hooks() argument 1357 compat_copy_entry_from_user(struct compat_ipt_entry * e,void ** dstptr,unsigned int * size,struct xt_table_info * newinfo,unsigned char * base) compat_copy_entry_from_user() argument 1397 struct xt_table_info *newinfo, *info; translate_compat_table() local 1495 struct xt_table_info *newinfo; compat_do_replace() local 1730 struct xt_table_info *newinfo; ipt_register_table() local [all...] |
/linux/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/include/linux/netfilter/ |
H A D | x_tables.h | 301 struct xt_table_info *newinfo); 306 struct xt_table_info *newinfo,
|
/linux/net/netfilter/ |
H A D | x_tables.c | 1388 struct xt_table_info *newinfo, in xt_replace_table() argument 1395 ret = xt_jumpstack_alloc(newinfo); in xt_replace_table() 1414 newinfo->initial_entries = private->initial_entries; in xt_replace_table() 1416 * Ensure contents of newinfo are visible before assigning to in xt_replace_table() 1420 table->private = newinfo; in xt_replace_table() 1455 struct xt_table_info *newinfo) in xt_register_table() argument 1481 if (!xt_replace_table(table, 0, newinfo, &ret)) in xt_register_table()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 786 struct fb_info *newinfo) in con2fb_release_oldinfo() argument 793 If oldinfo and newinfo are driving the same hardware, in con2fb_release_oldinfo() 796 newinfo in an undefined state. Thus, a call to in con2fb_release_oldinfo() 797 fb_set_par() may be needed for the newinfo. in con2fb_release_oldinfo() 799 if (newinfo && newinfo->fbops->fb_set_par) { in con2fb_release_oldinfo() 800 ret = newinfo->fbops->fb_set_par(newinfo); in con2fb_release_oldinfo()
|