Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h276 unsigned int *xt_alloc_entry_offsets(unsigned int size);
/linux/net/netfilter/
H A Dx_tables.c957 * xt_alloc_entry_offsets - allocate array to store rule head offsets
963 unsigned int *xt_alloc_entry_offsets(unsigned int size) in xt_alloc_entry_offsets() function
971 EXPORT_SYMBOL(xt_alloc_entry_offsets);
/linux/net/ipv4/netfilter/
H A Dip_tables.c678 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()