Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_var.h244 int tcp_seg_cmp(const struct tcp_seg_sent *, const struct tcp_seg_sent *);
247 RB_PROTOTYPE(tcp_seg_sent_tree_head, tcp_seg_sent, seg_link, tcp_seg_cmp)
H A Dtcp_subr.c4131 tcp_seg_cmp(const struct tcp_seg_sent *seg1, const struct tcp_seg_sent *seg2) in tcp_seg_cmp() function
4136 RB_GENERATE(tcp_seg_sent_tree_head, tcp_seg_sent, seg_link, tcp_seg_cmp) in RB_GENERATE() argument