Searched refs:user_sock (Results 1 – 2 of 2) sorted by relevance
413 struct nl_sock *user_sock = in wifi_init_user_sock() local415 if (user_sock == NULL) { in wifi_init_user_sock()430 struct nl_cb *cb = nl_socket_get_cb(user_sock); in wifi_init_user_sock()451 info->user_sock = user_sock; in wifi_init_user_sock()714 info->user_sock = info->cldctx->sock; in wifi_initialize()902 } else if (info->user_sock) { in wifi_initialize()903 nl_socket_free(info->user_sock); in wifi_initialize()1036 } else if (info->user_sock != 0) { in internal_cleaned_up_handler()1037 nl_socket_free(info->user_sock); in internal_cleaned_up_handler()1038 info->user_sock = NULL; in internal_cleaned_up_handler()[all …]
122 struct nl_sock *user_sock; // user socket object member