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