Searched defs:NETLINK_ALIGN (Results 1 – 2 of 2) sorted by relevance
| /src/sys/netlink/ | ||
| H A D | netlink_ctl.h | 46 #define NETLINK_ALIGN(_len) _roundup2(_len, NETLINK_ALIGN_SIZE) macro |
| H A D | netlink_snl.h | 53 #define NETLINK_ALIGN(_len) _roundup2(_len, NETLINK_ALIGN_SIZE) macro |