Home
last modified time | relevance | path

Searched refs:start_seq (Results 1 – 5 of 5) sorted by relevance

/net/netfilter/
Dnf_conntrack_seqadj.c86 if (after(ntohl(sack->start_seq) - seq->offset_before, in nf_ct_sack_block_adjust()
88 new_start_seq = htonl(ntohl(sack->start_seq) - in nf_ct_sack_block_adjust()
91 new_start_seq = htonl(ntohl(sack->start_seq) - in nf_ct_sack_block_adjust()
103 ntohl(sack->start_seq), ntohl(new_start_seq), in nf_ct_sack_block_adjust()
107 sack->start_seq, new_start_seq, false); in nf_ct_sack_block_adjust()
110 sack->start_seq = new_start_seq; in nf_ct_sack_block_adjust()
/net/ipv4/
Dtcp_input.c995 static u32 tcp_dsack_seen(struct tcp_sock *tp, u32 start_seq, in tcp_dsack_seen() argument
1000 if (!before(start_seq, end_seq)) in tcp_dsack_seen()
1003 seq_len = end_seq - start_seq; in tcp_dsack_seen()
1219 u32 start_seq, u32 end_seq) in tcp_is_sackblock_valid() argument
1222 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid()
1226 if (!before(start_seq, tp->snd_nxt)) in tcp_is_sackblock_valid()
1232 if (after(start_seq, tp->snd_una)) in tcp_is_sackblock_valid()
1242 if (!before(start_seq, tp->undo_marker)) in tcp_is_sackblock_valid()
1252 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid()
1260 u32 start_seq_0 = get_unaligned_be32(&sp[0].start_seq); in tcp_check_dsack()
[all …]
Dtcp_output.c669 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()
Dtcp.c3077 tp->duplicate_sack[0].start_seq = 0; in tcp_disconnect()
/net/sched/
Dsch_cake.c1023 u32 start_a = get_unaligned_be32(&sack_a->start_seq); in cake_tcph_sack_compare()
1035 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare()