Home
last modified time | relevance | path

Searched defs:end_seq (Results 1 – 6 of 6) sorted by relevance

/net/ipv4/
Dtcp_input.c1025 u32 start_seq, u32 end_seq) in tcp_is_sackblock_valid()
1117 u32 start_seq, u32 end_seq) in tcp_match_skb_to_sack()
1166 u32 start_seq, u32 end_seq, in tcp_sacktag_one()
1259 u32 end_seq = start_seq + shifted; /* end of newly-SACKed */ in tcp_shifted_skb() local
1362 u32 start_seq, u32 end_seq, in tcp_shift_skb_data()
1502 u32 start_seq, u32 end_seq, in tcp_sacktag_walk()
1729 u32 end_seq = sp[i].end_seq; in tcp_sacktag_write_queue() local
4004 static inline bool tcp_sequence(const struct tcp_sock *tp, u32 seq, u32 end_seq) in tcp_sequence()
4119 u32 end_seq) in tcp_sack_extend()
4131 static void tcp_dsack_set(struct sock *sk, u32 seq, u32 end_seq) in tcp_dsack_set()
[all …]
Dtcp_fastopen.c135 u32 end_seq; in tcp_fastopen_create_child() local
Dtcp_minisocks.c41 static bool tcp_in_window(u32 seq, u32 end_seq, u32 s_win, u32 e_win) in tcp_in_window()
Dtcp_illinois.c48 u32 end_seq; /* right edge of current RTT */ member
Dtcp_cubic.c100 u32 end_seq; /* end_seq of the round */ member
Dtcp_output.c1687 u32 end_seq = TCP_SKB_CB(skb)->end_seq; in tcp_snd_wnd_test() local