Searched defs:family (Results 1 - 2 of 2) sorted by relevance

/system/core/libnl_2/genl/
H A Dfamily.c27 void genl_family_put(struct genl_family *family) argument
29 family->ce_refcnt--;
30 if (family->ce_refcnt <= 0)
31 free(family);
34 unsigned int genl_family_get_id(struct genl_family *family) argument
38 if (!family)
41 return family->gf_id;
H A Dgenl.c26 #include <netlink/genl/family.h>
49 void *genlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, int family, argument
65 nlh->nlmsg_type = family;
220 /* If this family is nl80211 */
226 /* Save the family id */
241 /* Return family id as cache pointer */
250 /* Checks the netlink cache to find family reference by name string */
265 /* Overriding cache pointer as family id for now */

Completed in 63 milliseconds