Lines Matching refs:delayed_ndp16
310 if (enable && !ctx->delayed_ndp16) { in ndp_to_end_store()
311 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in ndp_to_end_store()
312 if (!ctx->delayed_ndp16) in ndp_to_end_store()
733 kfree(ctx->delayed_ndp16); in cdc_ncm_free()
929 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()
930 if (!ctx->delayed_ndp16) in cdc_ncm_bind_common()
1066 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp()
1067 return ctx->delayed_ndp16; in cdc_ncm_ndp()
1073 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp()
1103 ndp16 = ctx->delayed_ndp16; in cdc_ncm_ndp()
1289 skb_put_data(skb_out, ctx->delayed_ndp16, ctx->max_ndp_size); in cdc_ncm_fill_tx_frame()
1292 ndp16 = memset(ctx->delayed_ndp16, 0, ctx->max_ndp_size); in cdc_ncm_fill_tx_frame()