Lines Matching refs:iph1
636 struct iphdr *iph1; in send_flush_id_case() local
640 iph1 = (struct iphdr *)(buf1 + ETH_HLEN); in send_flush_id_case()
650 iph1->frag_off |= htons(IP_DF); in send_flush_id_case()
651 iph1->id = htons(8); in send_flush_id_case()
658 iph1->frag_off |= htons(IP_DF); in send_flush_id_case()
659 iph1->id = htons(8); in send_flush_id_case()
666 iph1->frag_off &= ~htons(IP_DF); in send_flush_id_case()
667 iph1->id = htons(8); in send_flush_id_case()
674 iph1->frag_off &= ~htons(IP_DF); in send_flush_id_case()
675 iph1->id = htons(8); in send_flush_id_case()
684 iph1->frag_off |= htons(IP_DF); in send_flush_id_case()
685 iph1->id = htons(8); in send_flush_id_case()
698 iph1->frag_off |= htons(IP_DF); in send_flush_id_case()
699 iph1->id = htons(8); in send_flush_id_case()
710 fix_ip4_checksum(iph1); in send_flush_id_case()