Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/netfilter/
Dx_tables.h286 unsigned int *xt_alloc_entry_offsets(unsigned int size);
/linux-6.6.21/net/netfilter/
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);
/linux-6.6.21/net/ipv4/netfilter/
Darp_tables.c539 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()
Dip_tables.c678 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()
/linux-6.6.21/net/ipv6/netfilter/
Dip6_tables.c695 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()