Lines Matching refs:delayed_ndp32
322 if (!ctx->is_ndp16 && !ctx->delayed_ndp32) { in ndp_to_end_store()
323 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()
324 if (!ctx->delayed_ndp32) in ndp_to_end_store()
772 kfree(ctx->delayed_ndp32); in cdc_ncm_free()
945 ctx->delayed_ndp32 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()
946 if (!ctx->delayed_ndp32) in cdc_ncm_bind_common()
1138 if (ctx->delayed_ndp32->dwSignature == sign) in cdc_ncm_ndp32()
1139 return ctx->delayed_ndp32; in cdc_ncm_ndp32()
1145 else if (ctx->delayed_ndp32->dwSignature) in cdc_ncm_ndp32()
1175 ndp32 = ctx->delayed_ndp32; in cdc_ncm_ndp32()
1400 skb_put_data(skb_out, ctx->delayed_ndp32, ctx->max_ndp_size); in cdc_ncm_fill_tx_frame()
1402 ndp.ndp32 = memset(ctx->delayed_ndp32, 0, ctx->max_ndp_size); in cdc_ncm_fill_tx_frame()