Home
last modified time | relevance | path

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

/external/libnl/include/netlink-private/
Dgenl.h18 #define GENL_HDRSIZE(hdrlen) (GENL_HDRLEN + (hdrlen)) macro
/external/libnl/lib/genl/
Dmngt.c72 GENL_HDRSIZE(ops->o_hdrsize), in cmd_msg_parser()
257 if (ops->co_hdrsize < GENL_HDRSIZE(0)) { in genl_register()
Dctrl.c529 .co_hdrsize = GENL_HDRSIZE(0),