Lines Matching refs:delayed_ndp32
338 if (!ctx->is_ndp16 && !ctx->delayed_ndp32) { in ndp_to_end_store()
339 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()
340 if (!ctx->delayed_ndp32) in ndp_to_end_store()
788 kfree(ctx->delayed_ndp32); in cdc_ncm_free()
962 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()
963 if (!ctx->delayed_ndp32) in cdc_ncm_bind_common()
1155 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()
1156 return ctx->delayed_ndp32; in cdc_ncm_ndp32()
1162 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()
1192 ndp32 = ctx->delayed_ndp32; in cdc_ncm_ndp32()
1415 skb_put_data(skb_out, ctx->delayed_ndp32, ctx->max_ndp_size); in cdc_ncm_fill_tx_frame()
1417 ndp.ndp32 = memset(ctx->delayed_ndp32, 0, ctx->max_ndp_size); in cdc_ncm_fill_tx_frame()