Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_ncm.c954 unsigned ndp_pad; in package_for_tx() local
965 ndp_pad = ALIGN(ncm->skb_tx_data->len, ndp_align) - in package_for_tx()
967 ndp_index = ncm->skb_tx_data->len + ndp_pad; in package_for_tx()
994 skb_put_zero(skb2, ndp_pad); in package_for_tx()