Home
last modified time | relevance | path

Searched refs:NL_ITEM_ALIGN (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/netlink/
HDnetlink.h191 #define NL_ITEM_ALIGN(_len) roundup2(_len, NL_ITEM_ALIGN_SIZE) macro
205 #define NLMSG_ALIGN(_len) NL_ITEM_ALIGN(_len)
253 #define NLA_ALIGN(_len) NL_ITEM_ALIGN(_len)
HDnetlink_generic.h42 #define GENL_HDRLEN NL_ITEM_ALIGN(sizeof(struct genlmsghdr))
HDnetlink_snl_route_parsers.h93 int len = NL_ITEM_ALIGN(rtnh->rtnh_len); in nlattr_get_multipath()
/freebsd-13-stable/sys/netlink/route/
HDroute.h236 #define NL_RTA_ALIGN NL_ITEM_ALIGN
353 #define RTNH_ALIGN(_len) NL_ITEM_ALIGN(_len)
HDiface_drivers.c126 sizeof(ifindex) + NL_ITEM_ALIGN(ifname_len + 1); in store_cookie()
HDrt.c433 int len = NL_ITEM_ALIGN(rtnh->rtnh_len); in nlattr_get_multipath()