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