Searched refs:sbdestroy (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c497 sbdestroy(struct sockbuf *sb, struct socket *so) function
H A Duipc_socket.c836 sbdestroy(&so->so_snd, so);
837 sbdestroy(&so->so_rcv, so);
/freebsd-11-stable/sys/sys/
H A Dsockbuf.h158 void sbdestroy(struct sockbuf *sb, struct socket *so);

Completed in 133 milliseconds