Home
last modified time | relevance | path

Searched refs:delayed_ndp16 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/usb/
Dcdc_ncm.c688 kfree(ctx->delayed_ndp16); in cdc_ncm_free()
846 ctx->delayed_ndp16 = kzalloc(ctx->max_ndp_size, GFP_KERNEL); in cdc_ncm_bind_common()
847 if (!ctx->delayed_ndp16) in cdc_ncm_bind_common()
994 if (ctx->delayed_ndp16->dwSignature == sign) in cdc_ncm_ndp()
995 return ctx->delayed_ndp16; in cdc_ncm_ndp()
1001 else if (ctx->delayed_ndp16->dwSignature) in cdc_ncm_ndp()
1031 ndp16 = ctx->delayed_ndp16; in cdc_ncm_ndp()
1188 memcpy(skb_put(skb_out, ctx->max_ndp_size), ctx->delayed_ndp16, ctx->max_ndp_size); in cdc_ncm_fill_tx_frame()
1191 ndp16 = memset(ctx->delayed_ndp16, 0, ctx->max_ndp_size); in cdc_ncm_fill_tx_frame()
/linux-4.4.14/include/linux/usb/
Dcdc_ncm.h113 struct usb_cdc_ncm_ndp16 *delayed_ndp16; member