mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 00:54:09 +08:00
[NETFILTER]: arp_tables: use XT_ALIGN
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
03dafbbdf8
commit
0495cf957b
@ -280,6 +280,6 @@ extern unsigned int arpt_do_table(struct sk_buff *skb,
|
|||||||
const struct net_device *out,
|
const struct net_device *out,
|
||||||
struct arpt_table *table);
|
struct arpt_table *table);
|
||||||
|
|
||||||
#define ARPT_ALIGN(s) (((s) + (__alignof__(struct arpt_entry)-1)) & ~(__alignof__(struct arpt_entry)-1))
|
#define ARPT_ALIGN(s) XT_ALIGN(s)
|
||||||
#endif /*__KERNEL__*/
|
#endif /*__KERNEL__*/
|
||||||
#endif /* _ARPTABLES_H */
|
#endif /* _ARPTABLES_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user