Searched defs:genl_family (Results 1 – 2 of 2) sorted by relevance
705 struct genl_family struct709 uint16_t gf_id;710 char gf_name[GENL_NAMSIZ];711 uint32_t gf_version;712 uint32_t gf_hdrsize;713 uint32_t gf_maxattr;715 struct nl_list_head gf_ops;
87 static int genl_family = -1; variable