Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h252 #define NEIGH_PRIV_ALIGN sizeof(long long) macro
253 #define NEIGH_ENTRY_SIZE(size) ALIGN((size), NEIGH_PRIV_ALIGN)
/linux/net/core/
H A Dneighbour.c1812 tbl->key_len, NEIGH_PRIV_ALIGN); in neigh_table_init()
1814 WARN_ON(tbl->entry_size % NEIGH_PRIV_ALIGN); in neigh_table_init()