Searched refs:ndpoffset (Results 1 - 2 of 2) sorted by relevance

/drivers/net/usb/
H A Dcdc_mbim.c421 int ndpoffset; local
427 ndpoffset = cdc_ncm_rx_verify_nth16(ctx, skb_in);
428 if (ndpoffset < 0)
432 nframes = cdc_ncm_rx_verify_ndp16(skb_in, ndpoffset);
436 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb_in->data + ndpoffset);
491 ndpoffset = le16_to_cpu(ndp16->wNextNdpIndex);
492 if (ndpoffset && loopcount--)
H A Dcdc_ncm.c987 size_t ndpoffset = le16_to_cpu(nth16->wNdpIndex); local
990 while (ndpoffset) {
991 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb->data + ndpoffset);
994 ndpoffset = le16_to_cpu(ndp16->wNextNdpIndex);
1316 int cdc_ncm_rx_verify_ndp16(struct sk_buff *skb_in, int ndpoffset) argument
1322 if ((ndpoffset + sizeof(struct usb_cdc_ncm_ndp16)) > skb_in->len) {
1324 ndpoffset);
1327 ndp16 = (struct usb_cdc_ncm_ndp16 *)(skb_in->data + ndpoffset);
1361 int ndpoffset; local
1365 ndpoffset
[all...]

Completed in 284 milliseconds