Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/usb/
Dnet1080.c69 struct nc_trailer { struct
78 + sizeof (struct nc_trailer)) argument
364 struct nc_trailer *trailer; in net1080_rx_fixup()
401 trailer = (struct nc_trailer *) in net1080_rx_fixup()
440 struct nc_trailer *trailer = NULL; in net1080_tx_fixup()
441 int padlen = sizeof (struct nc_trailer); in net1080_tx_fixup()
486 trailer = (struct nc_trailer *) skb_put(skb, sizeof *trailer); in net1080_tx_fixup()
500 + sizeof (struct nc_trailer); in net1080_bind()