Searched refs:ip_len (Results 1 – 4 of 4) sorted by relevance
878 len = ntohs(ip->ip_len) - IP_HDR_SIZE; in __net_defragment()978 localip->ip_len = htons(total_len); in __net_defragment()1157 if (len < ntohs(ip->ip_len)) { in net_process_received_packet()1158 debug("len bad %d < %d\n", len, ntohs(ip->ip_len)); in net_process_received_packet()1161 len = ntohs(ip->ip_len); in net_process_received_packet()1448 ip->ip_len = htons(IP_HDR_SIZE); in net_set_ip_header()1473 ip->ip_len = htons(IP_UDP_HDR_SIZE + len); in net_set_udp_header()
30 ip->ip_len = htons(IP_ICMP_HDR_SIZE); in set_icmp_header()
364 u16 ip_len; /* total length */ member388 u16 ip_len; /* total length */ member
516 length = ntohs(ip->ip_len); in emaclite_recv()