Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h507 #define COMPAT_XT_ALIGN(s) __ALIGN_KERNEL((s), __alignof__(struct _compat_xt_align)) macro
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c727 return XT_ALIGN(match->matchsize) - COMPAT_XT_ALIGN(csize); in xt_compat_match_offset()
762 COMPAT_XT_ALIGN(C_SIZE))
824 if (COMPAT_XT_ALIGN(target_offset + sizeof(*st)) != next_offset) in xt_compat_check_entry_offsets()
1107 return XT_ALIGN(target->targetsize) - COMPAT_XT_ALIGN(csize); in xt_compat_target_offset()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c1518 return XT_ALIGN(userlen) - COMPAT_XT_ALIGN(userlen); in ebt_compat_match_offset()
1543 COMPAT_XT_ALIGN(msize))) in compat_match_to_user()
1575 COMPAT_XT_ALIGN(tsize))) in compat_target_to_user()