Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h532 int xt_compat_calc_jump(u_int8_t af, unsigned int offset);
/linux/net/bridge/netfilter/
H A Debtables.c68 v += xt_compat_calc_jump(NFPROTO_BRIDGE, v); in ebt_standard_compat_from_user()
77 cv -= xt_compat_calc_jump(NFPROTO_BRIDGE, cv); in ebt_standard_compat_to_user()
2343 xt_compat_calc_jump(NFPROTO_BRIDGE, tmp.entries_size)); in compat_do_replace()
2372 usrptr += xt_compat_calc_jump(NFPROTO_BRIDGE, delta); in compat_do_replace()
/linux/net/netfilter/
H A Dx_tables.c745 int xt_compat_calc_jump(u_int8_t af, unsigned int offset) in xt_compat_calc_jump() function
761 EXPORT_SYMBOL_GPL(xt_compat_calc_jump);