Lines Matching refs:ip_vhl
500 hlen = IP_VHL_HL(ip->ip_vhl) << 2; in ip_output_list()
560 ip->ip_vhl = IP_MAKE_VHL(IPVERSION, hlen >> 2); in ip_output_list()
570 hlen = IP_VHL_HL(ip->ip_vhl) << 2; in ip_output_list()
1119 hlen = IP_VHL_HL(ip->ip_vhl) << 2; in ip_output_list()
1431 hlen = IP_VHL_HL(ip->ip_vhl) << 2; in ip_output_list()
1564 ip_output_checksum(ifp, m, (IP_VHL_HL(ip->ip_vhl) << 2), in ip_output_list()
1823 hlen = IP_VHL_HL(ip->ip_vhl) << 2; in ip_fragment()
1871 mhip->ip_vhl = IP_MAKE_VHL(IPVERSION, mhlen >> 2); in ip_fragment()
2013 hlen = IP_VHL_HL(ip->ip_vhl) << 2; /* IP header len */ in in_finalize_cksum()
2191 ip->ip_vhl = IP_MAKE_VHL(IPVERSION, *phlen >> 2); in ip_insertoptions()
2208 cnt = (IP_VHL_HL(ip->ip_vhl) << 2) - sizeof(struct ip); in ip_optcopy()