Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/function/
Df_ncm.c962 unsigned ndp_pad; in package_for_tx() local
973 ndp_pad = ALIGN(ncm->skb_tx_data->len, ndp_align) - in package_for_tx()
975 ndp_index = ncm->skb_tx_data->len + ndp_pad; in package_for_tx()
1002 skb_put_zero(skb2, ndp_pad); in package_for_tx()