Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/netfilter/
Dx_tables.h286 unsigned int *xt_alloc_entry_offsets(unsigned int size);
/Linux-v5.10/net/netfilter/
Dx_tables.c944 unsigned int *xt_alloc_entry_offsets(unsigned int size) in xt_alloc_entry_offsets() function
952 EXPORT_SYMBOL(xt_alloc_entry_offsets);
/Linux-v5.10/net/ipv4/netfilter/
Darp_tables.c538 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()
Dip_tables.c679 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()
/Linux-v5.10/net/ipv6/netfilter/
Dip6_tables.c696 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()