Home
last modified time | relevance | path

Searched refs:not_inserted (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_subr.c4218 struct tcp_seg_sent *not_inserted = RB_INSERT(tcp_seg_sent_tree_head, &tp->t_segs_sent_tree, seg); in tcp_seg_sent_insert_before() local
4219 if (not_inserted) { in tcp_seg_sent_insert_before()
4220 TCP_LOG(tp, "segment %p[%u %u) was not inserted in the RB tree", not_inserted, in tcp_seg_sent_insert_before()
4221 not_inserted->start_seq, not_inserted->end_seq); in tcp_seg_sent_insert_before()
4239 struct tcp_seg_sent *not_inserted = RB_INSERT(tcp_seg_sent_tree_head, &tp->t_segs_sent_tree, seg); in tcp_seg_rto_insert_end() local
4240 if (not_inserted) { in tcp_seg_rto_insert_end()
4241 TCP_LOG(tp, "segment %p[%u %u) was not inserted in the RB tree", not_inserted, in tcp_seg_rto_insert_end()
4242 not_inserted->start_seq, not_inserted->end_seq); in tcp_seg_rto_insert_end()
4276 struct tcp_seg_sent *not_inserted = RB_INSERT(tcp_seg_sent_tree_head, in tcp_seg_sent_insert() local
4278 if (not_inserted) { in tcp_seg_sent_insert()
[all …]