Searched refs:sbdrop (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | mptcp_opt.c | 1118 sbdrop(&mp_so->so_snd, (int)mp_so->so_snd.sb_cc); in mptcp_data_ack_rcvd() 1120 sbdrop(&mp_so->so_snd, (int)acked); in mptcp_data_ack_rcvd()
|
| H A D | mptcp_subr.c | 2255 sbdrop(&so->so_rcv, totrim); in mptcp_subflow_soreceive() 3097 sbdrop(&mp_so->so_snd, (int)len); in mptcp_subflow_output() 3120 sbdrop(&mp_so->so_snd, (int)len); in mptcp_subflow_output() 4005 sbdrop(&mp_so->so_snd, (int)mp_droplen); in mptcp_drop_tfo_data()
|
| H A D | tcp_input.c | 3174 sbdrop(&so->so_snd, acked); in tcp_input() 5264 sbdrop(&so->so_snd, (int)so->so_snd.sb_cc); in tcp_input() 5267 sbdrop(&so->so_snd, acked); in tcp_input()
|
| H A D | flow_divert.c | 1775 sbdrop(&fd_cb->so->so_snd, (int)sent); in flow_divert_send_buffered_data()
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | socketvar.h | 867 extern void sbdrop(struct sockbuf *sb, int len);
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | uipc_socket2.c | 1776 sbdrop(sb, (int)sb->sb_cc); in sbflush() 1799 sbdrop(struct sockbuf *sb, int len) in sbdrop() function
|