Searched refs:GENL_HDRSIZE (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/
H A Dnetlink-generic.h18 #define GENL_HDRSIZE(hdrlen) (GENL_HDRLEN + (hdrlen)) macro
/external/libnl/lib/genl/
H A Dmngt.c51 * // The macro GENL_HDRSIZE() must be used to specify the
59 * .co_hdrsize = GENL_HDRSIZE(sizeof(struct my_hdr)),
181 if (ops->co_hdrsize < GENL_HDRSIZE(0)) {
H A Dctrl.c284 .co_hdrsize = GENL_HDRSIZE(0),

Completed in 74 milliseconds