Home
last modified time | relevance | path

Searched refs:NLA_ALIGNTO (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/include/uapi/linux/
H A Dnetlink.h230 #define NLA_ALIGNTO 4 macro
231 #define NLA_ALIGN(len) (((len) + NLA_ALIGNTO - 1) & ~(NLA_ALIGNTO - 1))
/linux-6.15/include/uapi/linux/
H A Dnetlink.h248 #define NLA_ALIGNTO 4 macro
249 #define NLA_ALIGN(len) (((len) + NLA_ALIGNTO - 1) & ~(NLA_ALIGNTO - 1))
/linux-6.15/net/psample/
H A Dpsample.c409 - NLA_ALIGNTO; in psample_sample_packet()
/linux-6.15/net/core/
H A Ddrop_monitor.c691 #define NET_DM_MAX_PACKET_SIZE (0xffff - NLA_HDRLEN - NLA_ALIGNTO)