Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/arcnet/
Dcapmode.c48 char *pktbuf, *pkthdrbuf; in rx() local
76 pkthdrbuf = (char *)pkthdr; in rx()
77 memcpy(pktbuf, pkthdrbuf, ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto)); in rx()
79 pkthdrbuf + ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto), in rx()