Searched refs:delayed_ndp16 (Results 1 – 2 of 2) sorted by relevance
317 if (ctx->is_ndp16 && !ctx->delayed_ndp16) { in ndp_to_end_store()318 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()319 if (!ctx->delayed_ndp16) in ndp_to_end_store()770 kfree(ctx->delayed_ndp16); in cdc_ncm_free()941 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()942 if (!ctx->delayed_ndp16) in cdc_ncm_bind_common()1083 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp16()1084 return ctx->delayed_ndp16; in cdc_ncm_ndp16()1090 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp16()1120 ndp16 = ctx->delayed_ndp16; in cdc_ncm_ndp16()[all …]
121 struct usb_cdc_ncm_ndp16 *delayed_ndp16; member