Home
last modified time | relevance | path

Searched refs:ip_hl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/net/
H A Dutil.h35 ip_hl:4; /* header length */ member
37 uint8_t ip_hl:4, /* header length */
H A Dcolo.c90 network_length = pkt->ip->ip_hl * 4; in parse_packet_early()
H A Dcolo-compare.c511 uint16_t network_header_length = ppkt->ip->ip_hl << 2; in colo_packet_compare_udp()
550 uint16_t network_header_length = ppkt->ip->ip_hl << 2; in colo_packet_compare_icmp()
/openbmc/linux/tools/testing/selftests/net/
H A Dip_defrag.c233 iphdr->ip_hl = 5; in send_udp_frags()