Home | History | Annotate | Download | only in src

Lines Matching refs:ops

21 static char *id_attr_list(struct nl_object_ops *ops, char *buf, size_t len)
23 if (ops->oo_attrs2str != NULL)
24 return ops->oo_attrs2str(ops->oo_id_attrs, buf, len);
31 static void print(struct nl_cache_ops *ops, void *arg)
40 ops->co_name, ops->co_hdrsize,
41 nl_nlfamily2str(ops->co_protocol, buf, sizeof(buf)),
42 ops->co_request_update ? "yes" : "no",
43 ops->co_msg_parser ? "yes" : "no");
45 if (ops->co_obj_ops) {
46 struct nl_object_ops *obj_ops = ops->co_obj_ops;
79 if (ops->co_genl) {
80 struct genl_ops *genl_ops = ops->co_genl;