Searched refs:tcp_seg_cmp (Results 1 – 2 of 2) sorted by relevance
244 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)
4131 tcp_seg_cmp(const struct tcp_seg_sent *seg1, const struct tcp_seg_sent *seg2) in tcp_seg_cmp() function4136 RB_GENERATE(tcp_seg_sent_tree_head, tcp_seg_sent, seg_link, tcp_seg_cmp) in RB_GENERATE() argument