Searched refs:tcph_check (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_cake.c | 1159 const struct tcphdr *tcph, *tcph_check; in cake_ack_filter() local 1196 tcph_check = cake_get_tcphdr(skb_check, &_tcph_check, in cake_ack_filter() 1202 if (!tcph_check || iph->version != iph_check->version || in cake_ack_filter() 1203 tcph_check->source != tcph->source || in cake_ack_filter() 1204 tcph_check->dest != tcph->dest) in cake_ack_filter() 1232 if (elig_ack && (tcp_flag_word(tcph_check) & in cake_ack_filter() 1245 if (!cake_tcph_may_drop(tcph_check, tstamp, tsecr) || in cake_ack_filter() 1246 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter() 1247 after(ntohl(tcph_check->ack_seq), ntohl(tcph->ack_seq))) in cake_ack_filter() 1256 sack_comp = cake_tcph_sack_compare(tcph_check, tcp in cake_ack_filter() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_cake.c | 1160 const struct tcphdr *tcph, *tcph_check; in cake_ack_filter() local 1197 tcph_check = cake_get_tcphdr(skb_check, &_tcph_check, in cake_ack_filter() 1203 if (!tcph_check || iph->version != iph_check->version || in cake_ack_filter() 1204 tcph_check->source != tcph->source || in cake_ack_filter() 1205 tcph_check->dest != tcph->dest) in cake_ack_filter() 1233 if (elig_ack && (tcp_flag_word(tcph_check) & in cake_ack_filter() 1246 if (!cake_tcph_may_drop(tcph_check, tstamp, tsecr) || in cake_ack_filter() 1247 (seglen - __tcp_hdrlen(tcph_check)) != 0 || in cake_ack_filter() 1248 after(ntohl(tcph_check->ack_seq), ntohl(tcph->ack_seq))) in cake_ack_filter() 1257 sack_comp = cake_tcph_sack_compare(tcph_check, tcp in cake_ack_filter() [all...] |
Completed in 7 milliseconds