Searched refs:tcp_seg_cmp (Results 1 – 2 of 2) sorted by relevance
231 int tcp_seg_cmp(const struct tcp_seg_sent *, const struct tcp_seg_sent *);234 RB_PROTOTYPE(tcp_seg_sent_tree_head, tcp_seg_sent, seg_link, tcp_seg_cmp)
3984 tcp_seg_cmp(const struct tcp_seg_sent *seg1, const struct tcp_seg_sent *seg2) in tcp_seg_cmp() function3989 RB_GENERATE(tcp_seg_sent_tree_head, tcp_seg_sent, seg_link, tcp_seg_cmp) in RB_GENERATE() argument