Searched refs:xt_alloc_entry_offsets (Results 1 – 3 of 3) sorted by relevance
276 unsigned int *xt_alloc_entry_offsets(unsigned int size);
957 * xt_alloc_entry_offsets - allocate array to store rule head offsets963 unsigned int *xt_alloc_entry_offsets(unsigned int size) in xt_alloc_entry_offsets() function 971 EXPORT_SYMBOL(xt_alloc_entry_offsets);
678 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()