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

/system/core/libnl_2/genl/
H A Dgenl.c256 struct genl_family *gf = (struct genl_family *) \ local
258 if (!gf)
260 memset(gf, 0, sizeof(*gf));
263 gf->ce_refcnt++;
266 gf->gf_id = (uint16_t) ((uint32_t) cache);
267 strncpy(gf->gf_name, name, GENL_NAMSIZ);
269 return gf;
278 struct genl_family *gf = NULL; local
291 gf
[all...]

Completed in 60 milliseconds