Home
last modified time | relevance | path

Searched defs:NETLINK_ALIGN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_ctl.h46 #define NETLINK_ALIGN(_len) _roundup2(_len, NETLINK_ALIGN_SIZE) macro
H A Dnetlink_snl.h53 #define NETLINK_ALIGN(_len) _roundup2(_len, NETLINK_ALIGN_SIZE) macro