Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_socket.c538 struct sockbuf *sb_src, *sb_dst; in so_splice_xfer_data() local
551 sb_dst = &so_dst->so_snd; in so_splice_xfer_data()
553 space = sbspace(sb_dst); in so_splice_xfer_data()
584 if ((sb_dst->sb_state & SBS_CANTSENDMORE) != 0) in so_splice_xfer_data()