Home
last modified time | relevance | path

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

/net/core/
A Dxdp.c578 unsigned int metasize, totsize; in xdp_convert_zc_to_xdp_frame() local
586 totsize = xdp->data_end - xdp->data + metasize; in xdp_convert_zc_to_xdp_frame()
588 if (sizeof(*xdpf) + totsize > PAGE_SIZE) in xdp_convert_zc_to_xdp_frame()
601 memcpy(addr, data_to_copy, totsize); in xdp_convert_zc_to_xdp_frame()
604 xdpf->len = totsize - metasize; in xdp_convert_zc_to_xdp_frame()

Completed in 6 milliseconds