Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_input.c1015 u32 start_seq, u32 end_seq) in tcp_is_sackblock_valid()
1107 u32 start_seq, u32 end_seq) in tcp_match_skb_to_sack()
1155 u32 start_seq, u32 end_seq, in tcp_sacktag_one()
1248 u32 end_seq = start_seq + shifted; /* end of newly-SACKed */ in tcp_shifted_skb() local
1336 u32 start_seq, u32 end_seq, in tcp_shift_skb_data()
1475 u32 start_seq, u32 end_seq, in tcp_sacktag_walk()
1699 u32 end_seq = sp[i].end_seq; in tcp_sacktag_write_queue() local
3955 static inline bool tcp_sequence(const struct tcp_sock *tp, u32 seq, u32 end_seq) in tcp_sequence()
4070 u32 end_seq) in tcp_sack_extend()
4082 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.c1653 u32 end_seq = TCP_SKB_CB(skb)->end_seq; in tcp_snd_wnd_test() local
/linux-4.4.14/include/linux/
Dtcp.h67 __be32 end_seq; member
72 u32 end_seq; member
/linux-4.4.14/include/net/
Dtcp.h740 __u32 end_seq; /* SEQ + FIN + SYN + datalen */ member