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

  /external/libnl/include/netlink-private/
genl.h 18 #define GENL_HDRSIZE(hdrlen) (GENL_HDRLEN + (hdrlen))
  /external/libnl/lib/genl/
mngt.c 73 err = nlmsg_parse(nlh, GENL_HDRSIZE(ops->o_hdrsize), tb, cmd->c_maxattr,
250 if (ops->co_hdrsize < GENL_HDRSIZE(0)) {
ctrl.c 528 .co_hdrsize = GENL_HDRSIZE(0),

Completed in 128 milliseconds