HomeSort by: relevance | last modified time | path
    Searched defs:dummy_uio (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_wg.c 3316 struct uio dummy_uio; local in function:wg_receive_packets
3322 dummy_uio.uio_resid = 1000000000;
3324 error = so->so_receive(so, &paddr, &dummy_uio, &m, NULL,
if_wg.c 3316 struct uio dummy_uio; local in function:wg_receive_packets
3322 dummy_uio.uio_resid = 1000000000;
3324 error = so->so_receive(so, &paddr, &dummy_uio, &m, NULL,
if_wg.c 3316 struct uio dummy_uio; local in function:wg_receive_packets
3322 dummy_uio.uio_resid = 1000000000;
3324 error = so->so_receive(so, &paddr, &dummy_uio, &m, NULL,

Completed in 56 milliseconds