tcph_check 1119 net/sched/sch_cake.c const struct tcphdr *tcph, *tcph_check; tcph_check 1156 net/sched/sch_cake.c tcph_check = cake_get_tcphdr(skb_check, &_tcph_check, tcph_check 1162 net/sched/sch_cake.c if (!tcph_check || iph->version != iph_check->version || tcph_check 1163 net/sched/sch_cake.c tcph_check->source != tcph->source || tcph_check 1164 net/sched/sch_cake.c tcph_check->dest != tcph->dest) tcph_check 1192 net/sched/sch_cake.c if (elig_ack && (tcp_flag_word(tcph_check) & tcph_check 1205 net/sched/sch_cake.c if (!cake_tcph_may_drop(tcph_check, tstamp, tsecr) || tcph_check 1206 net/sched/sch_cake.c (seglen - __tcp_hdrlen(tcph_check)) != 0 || tcph_check 1207 net/sched/sch_cake.c after(ntohl(tcph_check->ack_seq), ntohl(tcph->ack_seq))) tcph_check 1216 net/sched/sch_cake.c sack_comp = cake_tcph_sack_compare(tcph_check, tcph); tcph_check 1219 net/sched/sch_cake.c (ntohl(tcph_check->ack_seq) == ntohl(tcph->ack_seq) && tcph_check 1235 net/sched/sch_cake.c elig_flags = (tcp_flag_word(tcph_check)