Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h277 bool xt_find_jump_offset(const unsigned int *offsets,
/linux/net/netfilter/
H A Dx_tables.c974 * xt_find_jump_offset - check if target is a valid jump offset
980 bool xt_find_jump_offset(const unsigned int *offsets, in xt_find_jump_offset() function
998 EXPORT_SYMBOL(xt_find_jump_offset);
/linux/net/ipv4/netfilter/
H A Dip_tables.c431 if (!xt_find_jump_offset(offsets, newpos, in mark_source_chains()