Lines Matching refs:tcph
2224 const struct tcphdr *tcph; in accept_cr() local
2227 tcph = (const void *)(req + 1) + ETH_HDR_LEN_G(hlen) + in accept_cr()
2229 if (tcph->ece && tcph->cwr) in accept_cr()
3653 struct tcphdr *tcph; in rx_pkt() local
3705 tcph = (struct tcphdr *)(iph + 1); in rx_pkt()
3707 skb_set_transport_header(skb, (void *)tcph - (void *)rss); in rx_pkt()
3711 ntohl(iph->daddr), ntohs(tcph->dest), ntohl(iph->saddr), in rx_pkt()
3712 ntohs(tcph->source), iph->tos); in rx_pkt()
3714 dst = find_route(dev, iph->daddr, iph->saddr, tcph->dest, tcph->source, in rx_pkt()
3752 window = (__force u16) htons((__force u16)tcph->window); in rx_pkt()
3765 send_fw_pass_open_req(dev, skb, iph->daddr, tcph->dest, iph->saddr, in rx_pkt()
3766 tcph->source, ntohl(tcph->seq), filter, window, in rx_pkt()