Lines Matching defs:iph
7912 struct iphdr *iph = NULL;
7950 iph = ip_hdr(skb);
7972 ip_csum = iph->check;
7973 ip_tot_len = iph->tot_len;
7974 iph->check = 0;
7975 iph->tot_len = htons(mss + hdr_len);
7990 tcph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
8003 if (tcp_opt_len || iph->ihl > 5) {
8006 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2);
8010 if (tcp_opt_len || iph->ihl > 5) {
8013 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2);
8109 iph->check = ip_csum;
8110 iph->tot_len = ip_tot_len;
13450 struct iphdr *iph = (struct iphdr *)&tx_data[ETH_HLEN];
13463 iph->tot_len = htons((u16)(mss + hdr_len));