Home
last modified time | relevance | path

Searched refs:EBT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bridge/netfilter/
H A Debt_among.c241 if (em->match_size != EBT_ALIGN(expected_length)) { in ebt_among_mt_check()
244 EBT_ALIGN(expected_length)); in ebt_among_mt_check()
/openbmc/linux/include/linux/netfilter_bridge/
H A Debtables.h103 #define EBT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) & \ macro