Searched refs:sbdrop (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h636 extern void sbdrop(struct sockbuf *sb, int len);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c726 * and then removing the data from the socket buffer with sbdrop()
1323 * Don't call sbdrop(sb, 0) if the leading mbuf is non-empty:
1328 sbdrop(sb, (int)sb->sb_cc);
1348 sbdrop(struct sockbuf *sb, int len) function
1369 /* panic("sbdrop"); */
1370 printf("sbdrop - count not zero\n");
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c2318 sbdrop(&so->so_snd, acked);
3485 sbdrop(&so->so_snd, (int)so->so_snd.sb_cc);
3488 sbdrop(&so->so_snd, acked);

Completed in 28 milliseconds