Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Darp_tables.c1160 const struct compat_arpt_replace *compatr) in translate_compat_table() argument
1172 size = compatr->size; in translate_compat_table()
1173 info->number = compatr->num_entries; in translate_compat_table()
1177 ret = xt_compat_init_offsets(NFPROTO_ARP, compatr->num_entries); in translate_compat_table()
1181 xt_entry_foreach(iter0, entry0, compatr->size) { in translate_compat_table()
1184 entry0 + compatr->size); in translate_compat_table()
1191 if (j != compatr->num_entries) in translate_compat_table()
1201 newinfo->number = compatr->num_entries; in translate_compat_table()
1203 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()
1204 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table()
[all …]
Dip_tables.c1394 const struct compat_ipt_replace *compatr) in translate_compat_table() argument
1406 size = compatr->size; in translate_compat_table()
1407 info->number = compatr->num_entries; in translate_compat_table()
1411 ret = xt_compat_init_offsets(AF_INET, compatr->num_entries); in translate_compat_table()
1415 xt_entry_foreach(iter0, entry0, compatr->size) { in translate_compat_table()
1418 entry0 + compatr->size); in translate_compat_table()
1425 if (j != compatr->num_entries) in translate_compat_table()
1435 newinfo->number = compatr->num_entries; in translate_compat_table()
1437 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()
1438 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table()
[all …]
/net/ipv6/netfilter/
Dip6_tables.c1410 const struct compat_ip6t_replace *compatr) in translate_compat_table() argument
1422 size = compatr->size; in translate_compat_table()
1423 info->number = compatr->num_entries; in translate_compat_table()
1427 ret = xt_compat_init_offsets(AF_INET6, compatr->num_entries); in translate_compat_table()
1431 xt_entry_foreach(iter0, entry0, compatr->size) { in translate_compat_table()
1434 entry0 + compatr->size); in translate_compat_table()
1441 if (j != compatr->num_entries) in translate_compat_table()
1451 newinfo->number = compatr->num_entries; in translate_compat_table()
1453 newinfo->hook_entry[i] = compatr->hook_entry[i]; in translate_compat_table()
1454 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table()
[all …]