Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h286 unsigned int *xt_alloc_entry_offsets(unsigned int size);
/openbmc/linux/net/netfilter/
H A Dx_tables.c963 unsigned int *xt_alloc_entry_offsets(unsigned int size) in xt_alloc_entry_offsets() function
971 EXPORT_SYMBOL(xt_alloc_entry_offsets);
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c539 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()
H A Dip_tables.c678 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c695 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()