Lines Matching refs:cb
38 struct nl_cb *cb;72 struct nl_cb *cb;77 cb = nl_cb_alloc(NL_CB_DEFAULT);78 if (!cb)80 sk->s_cb = cb;88 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb)95 sk->s_cb = cb;96 nl_cb_get(cb);131 void nl_socket_set_cb(struct nl_sock *sk, struct nl_cb *cb)134 sk->s_cb = cb;135 nl_cb_get(cb);