HomeSort by relevance Sort by last modified time
    Searched refs:genlmsg_user_hdr (Results 1 - 3 of 3) sorted by null

  /external/libnl/include/netlink/genl/
genl.h 38 extern void * genlmsg_user_hdr(const struct genlmsghdr *);
  /external/libnl/lib/genl/
genl.c 242 void *genlmsg_user_hdr(const struct genlmsghdr *gnlh) function
261 return genlmsg_user_hdr(gnlh) + NLMSG_ALIGN(hdrlen);
380 * the length of the user header. Use genlmsg_user_hdr()
mngt.c 69 .userhdr = genlmsg_user_hdr(ghdr),

Completed in 94 milliseconds