Lines Matching refs:nl_cb
174 extern struct nl_sock *nl_socket_alloc_cb(struct nl_cb *);
187 extern void nl_socket_set_cb(struct nl_sock *, struct nl_cb *);
190 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
533 extern struct nl_cb *nl_cb_alloc(enum nl_cb_kind);
534 extern struct nl_cb *nl_cb_clone(struct nl_cb *);
548 struct nl_cb *cb;
556 static struct pynl_cbinfo *pynl_find_cbinfo(struct nl_cb *cb, int unlink) in pynl_find_cbinfo()
574 static struct pynl_cbinfo *pynl_get_cbinfo(struct nl_cb *cb, int unlink) in pynl_get_cbinfo()
670 struct nl_cb *py_nl_cb_clone(struct nl_cb *cb) in py_nl_cb_clone()
673 struct nl_cb *clone; in py_nl_cb_clone()
695 void py_nl_cb_put(struct nl_cb *cb) in py_nl_cb_put()
717 int py_nl_cb_set(struct nl_cb *cb, enum nl_cb_type t, enum nl_cb_kind k, in py_nl_cb_set()
743 int py_nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind k, in py_nl_cb_set_all()
772 int py_nl_cb_err(struct nl_cb *cb, enum nl_cb_kind k, in py_nl_cb_err()