Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.c528 struct dn_pipe_32 *pipe_bp = NULL; /* Pipe header */ in cp_pipe_to_32_user() local
532 if (bp_end - bp0 < sizeof(*pipe_bp)) { in cp_pipe_to_32_user()
536 pipe_bp = __unsafe_forge_single(struct dn_pipe_32 *, bp0); in cp_pipe_to_32_user()
537 bp = bp0 + sizeof(*pipe_bp); in cp_pipe_to_32_user()
539 pipe_bp->pipe_nr = p->pipe_nr; in cp_pipe_to_32_user()
540 pipe_bp->bandwidth = p->bandwidth; in cp_pipe_to_32_user()
541 pipe_bp->delay = p->delay; in cp_pipe_to_32_user()
542 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
543pipe_bp->scheduler_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, VM_KERNEL_ADDRHIDE(pipe_bp->schedule… in cp_pipe_to_32_user()
544 bcopy( &(p->not_eligible_heap), &(pipe_bp->not_eligible_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
[all …]