Searched refs:hdrlen (Results 1 – 2 of 2) sorted by relevance
67 struct nlattr* findNlAttr(const nlmsghdr* nl, size_t hdrlen, uint16_t attr);
699 nlattr* NetlinkEvent::findNlAttr(const nlmsghdr* nh, size_t hdrlen, uint16_t attr) { in findNlAttr() argument700 if (nh == nullptr || NLMSG_HDRLEN + NLMSG_ALIGN(hdrlen) > SSIZE_MAX) { in findNlAttr()705 const ssize_t NLA_START = NLMSG_HDRLEN + NLMSG_ALIGN(hdrlen); in findNlAttr()