Home
last modified time | relevance | path

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

/net/core/
Dxdp.c508 unsigned int metasize, totsize; in xdp_convert_zc_to_xdp_frame() local
516 totsize = xdp->data_end - xdp->data + metasize; in xdp_convert_zc_to_xdp_frame()
518 if (sizeof(*xdpf) + totsize > PAGE_SIZE) in xdp_convert_zc_to_xdp_frame()
531 memcpy(addr, data_to_copy, totsize); in xdp_convert_zc_to_xdp_frame()
534 xdpf->len = totsize - metasize; in xdp_convert_zc_to_xdp_frame()