Lines Matching defs:iph
7928 struct iphdr *iph = NULL;
7966 iph = ip_hdr(skb);
7988 ip_csum = iph->check;
7989 ip_tot_len = iph->tot_len;
7990 iph->check = 0;
7991 iph->tot_len = htons(mss + hdr_len);
8006 tcph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
8019 if (tcp_opt_len || iph->ihl > 5) {
8022 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2);
8026 if (tcp_opt_len || iph->ihl > 5) {
8029 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2);
8124 iph->check = ip_csum;
8125 iph->tot_len = ip_tot_len;
13501 struct iphdr *iph = (struct iphdr *)&tx_data[ETH_HLEN];
13514 iph->tot_len = htons((u16)(mss + hdr_len));