Searched refs:sbdrop (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c522 * the socket buffer with sbdrop() or sbdroprecord() when the data is
1144 sbdrop(struct sockbuf *sb, int len) function
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c3297 sbdrop(&pcb->so->so_snd, length);
/freebsd-11-stable/sys/sys/
H A Dsockbuf.h159 void sbdrop(struct sockbuf *sb, int len);
/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c1854 sbdrop(&so->so_snd, acked);
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c266 sbdrop(&so->so_snd, acked);
2083 sbdrop(&so->so_snd, acked);

Completed in 141 milliseconds