Searched refs:sbdrop (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | mptcp_opt.c | 1125 sbdrop(&mp_so->so_snd, (int)mp_so->so_snd.sb_cc); in mptcp_data_ack_rcvd() 1127 sbdrop(&mp_so->so_snd, (int)acked); in mptcp_data_ack_rcvd()
|
| H A D | mptcp_subr.c | 2257 sbdrop(&so->so_rcv, totrim); in mptcp_subflow_soreceive() 3098 sbdrop(&mp_so->so_snd, (int)len); in mptcp_subflow_output() 3121 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 | 3117 sbdrop(&so->so_snd, acked); in tcp_input() 5205 sbdrop(&so->so_snd, (int)so->so_snd.sb_cc); in tcp_input() 5208 sbdrop(&so->so_snd, acked); in tcp_input()
|
| H A D | flow_divert.c | 1776 sbdrop(&fd_cb->so->so_snd, (int)sent); in flow_divert_send_buffered_data()
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | socketvar.h | 862 extern void sbdrop(struct sockbuf *sb, int len);
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_socket2.c | 1767 sbdrop(sb, (int)sb->sb_cc); in sbflush() 1790 sbdrop(struct sockbuf *sb, int len) in sbdrop() function
|