Searched refs:sbdrop (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | mptcp_opt.c | 1146 sbdrop(&mp_so->so_snd, (int)mp_so->so_snd.sb_cc); in mptcp_data_ack_rcvd() 1148 sbdrop(&mp_so->so_snd, (int)acked); in mptcp_data_ack_rcvd()
|
| H A D | tcp_input.c | 3003 sbdrop(&so->so_snd, acked); in tcp_input() 4874 sbdrop(&so->so_snd, (int)so->so_snd.sb_cc); in tcp_input() 4877 sbdrop(&so->so_snd, acked); in tcp_input()
|
| H A D | mptcp_subr.c | 3190 sbdrop(&mp_so->so_snd, (int)len); in mptcp_subflow_output() 3213 sbdrop(&mp_so->so_snd, (int)len); in mptcp_subflow_output() 6870 sbdrop(&mp_so->so_snd, (int)mp_droplen); in mptcp_drop_tfo_data()
|
| H A D | flow_divert.c | 1604 sbdrop(&fd_cb->so->so_snd, (int)sent); in flow_divert_send_buffered_data()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | socketvar.h | 830 extern void sbdrop(struct sockbuf *sb, int len);
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_socket2.c | 1770 sbdrop(sb, (int)sb->sb_cc); in sbflush() 1789 sbdrop(struct sockbuf *sb, int len) in sbdrop() function
|