Searched refs:sbdrop (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | mptcp_opt.c | 1108 sbdrop(&mp_so->so_snd, (int)mp_so->so_snd.sb_cc); in mptcp_data_ack_rcvd() 1110 sbdrop(&mp_so->so_snd, (int)acked); in mptcp_data_ack_rcvd()
|
| H A D | mptcp_subr.c | 2271 sbdrop(&so->so_rcv, totrim); in mptcp_subflow_soreceive() 3131 sbdrop(&mp_so->so_snd, (int)len); in mptcp_subflow_output() 3154 sbdrop(&mp_so->so_snd, (int)len); in mptcp_subflow_output() 4040 sbdrop(&mp_so->so_snd, (int)mp_droplen); in mptcp_drop_tfo_data()
|
| H A D | tcp_input.c | 3827 sbdrop(&so->so_snd, acked); in tcp_input() 5698 sbdrop(&so->so_snd, (int)so->so_snd.sb_cc); in tcp_input() 5701 sbdrop(&so->so_snd, acked); in tcp_input()
|
| H A D | flow_divert.c | 1780 sbdrop(&fd_cb->so->so_snd, (int)sent); in flow_divert_send_buffered_data()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | socketvar.h | 860 extern void sbdrop(struct sockbuf *sb, int len);
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_socket2.c | 1807 sbdrop(sb, (int)sb->sb_cc); in sbflush() 1830 sbdrop(struct sockbuf *sb, int len) in sbdrop() function
|