Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/netfilter/
Dx_tables.h597 #define COMPAT_XT_ALIGN(s) __ALIGN_KERNEL((s), __alignof__(struct _compat_xt_align)) macro
/linux-3.4.99/net/netfilter/
Dx_tables.c492 return XT_ALIGN(match->matchsize) - COMPAT_XT_ALIGN(csize); in xt_compat_match_offset()
604 return XT_ALIGN(target->targetsize) - COMPAT_XT_ALIGN(csize); in xt_compat_target_offset()
/linux-3.4.99/net/bridge/netfilter/
Debtables.c1577 COMPAT_XT_ALIGN(sizeof(struct compat_ebt_entry_mwt))); in ebt_compat_entry_padsize()
1579 COMPAT_XT_ALIGN(sizeof(struct compat_ebt_entry_mwt)); in ebt_compat_entry_padsize()
1592 return XT_ALIGN(userlen) - COMPAT_XT_ALIGN(userlen); in ebt_compat_match_offset()