Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/linux/net/core/
H A Dneighbour.c1810 tbl->key_len, NEIGH_PRIV_ALIGN); in neigh_table_init()
1812 WARN_ON(tbl->entry_size % NEIGH_PRIV_ALIGN); in neigh_table_init()