Home | History | Annotate | Download | only in lib

Lines Matching refs:nl_cb

20  * struct nl_cb *cb = nl_cb_alloc(NL_CB_VERBOSE);
205 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind)
208 struct nl_cb *cb;
233 struct nl_cb *nl_cb_clone(struct nl_cb *orig)
235 struct nl_cb *cb;
247 struct nl_cb *nl_cb_get(struct nl_cb *cb)
254 void nl_cb_put(struct nl_cb *cb)
285 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind,
314 int nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind kind,
335 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind,
364 void nl_cb_overwrite_recvmsgs(struct nl_cb *cb,
365 int (*func)(struct nl_sock *, struct nl_cb *))
375 void nl_cb_overwrite_recv(struct nl_cb *cb,
387 void nl_cb_overwrite_send(struct nl_cb *cb,