Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Doptions.c
/linux/drivers/usb/gadget/function/
H A Df_ncm.c1176 unsigned ndp_len; in ncm_unwrap_ntb() local
1254 ndp_len = get_unaligned_le16(tmp++); in ncm_unwrap_ntb()
1263 if ((ndp_len < opts->ndp_size in ncm_unwrap_ntb()
1265 (ndp_len % opts->ndplen_align != 0)) { in ncm_unwrap_ntb()
1267 ndp_len); in ncm_unwrap_ntb()
1275 ndp_len -= opts->ndp_size; in ncm_unwrap_ntb()
1341 ndp_len -= 2 * (opts->dgram_item_len * 2); in ncm_unwrap_ntb()
1346 } while (ndp_len > 2 * (opts->dgram_item_len * 2)); in ncm_unwrap_ntb()