Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/netfilter/
Dx_tables.h286 unsigned int *xt_alloc_entry_offsets(unsigned int size);
/Linux-v4.19/net/netfilter/
Dx_tables.c949 unsigned int *xt_alloc_entry_offsets(unsigned int size) in xt_alloc_entry_offsets() function
957 EXPORT_SYMBOL(xt_alloc_entry_offsets);
/Linux-v4.19/net/ipv4/netfilter/
Darp_tables.c532 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()
Dip_tables.c682 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c699 offsets = xt_alloc_entry_offsets(newinfo->number); in translate_table()