Lines Matching refs:iph2
637 struct iphdr *iph2; in send_flush_id_case() local
641 iph2 = (struct iphdr *)(buf2 + ETH_HLEN); in send_flush_id_case()
653 iph2->frag_off |= htons(IP_DF); in send_flush_id_case()
654 iph2->id = htons(9); in send_flush_id_case()
661 iph2->frag_off |= htons(IP_DF); in send_flush_id_case()
662 iph2->id = htons(8); in send_flush_id_case()
669 iph2->frag_off &= ~htons(IP_DF); in send_flush_id_case()
670 iph2->id = htons(9); in send_flush_id_case()
677 iph2->frag_off &= ~htons(IP_DF); in send_flush_id_case()
678 iph2->id = htons(8); in send_flush_id_case()
687 iph2->frag_off |= htons(IP_DF); in send_flush_id_case()
688 iph2->id = htons(9); in send_flush_id_case()
701 iph2->frag_off |= htons(IP_DF); in send_flush_id_case()
702 iph2->id = htons(8); in send_flush_id_case()
711 fix_ip4_checksum(iph2); in send_flush_id_case()