Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/netfilter/
Debt_among.c189 if (em->match_size != EBT_ALIGN(expected_length)) { in ebt_among_mt_check()
192 EBT_ALIGN(expected_length)); in ebt_among_mt_check()
/linux-3.4.99/include/linux/netfilter_bridge/
Debtables.h288 #define EBT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) & \ macro