Home
last modified time | relevance | path

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

/linux/net/ipv6/netfilter/
H A Dip6_tables.c1411 const struct compat_ip6t_replace *compatr) in translate_compat_table() argument
1423 size = compatr->size; in translate_compat_table()
1424 info->number = compatr->num_entries; in translate_compat_table()
1428 ret = xt_compat_init_offsets(AF_INET6, compatr->num_entries); in translate_compat_table()
1432 xt_entry_foreach(iter0, entry0, compatr->size) { in translate_compat_table()
1435 entry0 + compatr->size); in translate_compat_table()
1442 if (j != compatr->num_entries) in translate_compat_table()
1452 newinfo->number = compatr->num_entries; in translate_compat_table()
1454 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()
1455 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table()
[all …]