Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_ncm.c1142 unsigned crc_len = ncm->is_crc ? sizeof(uint32_t) : 0; in ncm_unwrap_ntb() local
1216 if (dg_len < 14 + crc_len) { /* ethernet hdr + crc */ in ncm_unwrap_ntb()
1226 crc_len); in ncm_unwrap_ntb()
1229 dg_len - crc_len); in ncm_unwrap_ntb()
1245 dg_len - crc_len); in ncm_unwrap_ntb()
1248 memcpy(skb_put(skb2, dg_len - crc_len), in ncm_unwrap_ntb()
1249 skb->data + index, dg_len - crc_len); in ncm_unwrap_ntb()