Searched refs:compatr (Results 1 – 3 of 3) sorted by relevance
1157 const struct compat_arpt_replace *compatr) in translate_compat_table() argument1169 size = compatr->size; in translate_compat_table()1170 info->number = compatr->num_entries; in translate_compat_table()1174 ret = xt_compat_init_offsets(NFPROTO_ARP, compatr->num_entries); in translate_compat_table()1178 xt_entry_foreach(iter0, entry0, compatr->size) { in translate_compat_table()1181 entry0 + compatr->size); in translate_compat_table()1188 if (j != compatr->num_entries) in translate_compat_table()1198 newinfo->number = compatr->num_entries; in translate_compat_table()1200 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()1201 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table()[all …]
1392 const struct compat_ipt_replace *compatr) in translate_compat_table() argument1404 size = compatr->size; in translate_compat_table()1405 info->number = compatr->num_entries; in translate_compat_table()1409 ret = xt_compat_init_offsets(AF_INET, compatr->num_entries); in translate_compat_table()1413 xt_entry_foreach(iter0, entry0, compatr->size) { in translate_compat_table()1416 entry0 + compatr->size); in translate_compat_table()1423 if (j != compatr->num_entries) in translate_compat_table()1433 newinfo->number = compatr->num_entries; in translate_compat_table()1435 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()1436 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table()[all …]
1408 const struct compat_ip6t_replace *compatr) in translate_compat_table() argument1420 size = compatr->size; in translate_compat_table()1421 info->number = compatr->num_entries; in translate_compat_table()1425 ret = xt_compat_init_offsets(AF_INET6, compatr->num_entries); in translate_compat_table()1429 xt_entry_foreach(iter0, entry0, compatr->size) { in translate_compat_table()1432 entry0 + compatr->size); in translate_compat_table()1439 if (j != compatr->num_entries) in translate_compat_table()1449 newinfo->number = compatr->num_entries; in translate_compat_table()1451 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()1452 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table()[all …]