Searched refs:seg2 (Results 1 – 1 of 1) sorted by relevance
3939 tcp_seg_cmp(const struct tcp_seg_sent *seg1, const struct tcp_seg_sent *seg2) in tcp_seg_cmp() argument3941 return (int)(seg1->end_seq - seg2->end_seq); in tcp_seg_cmp()