Searched refs:ipv4_h (Results 1 – 2 of 2) sorted by relevance
13 struct ipv4_h {41 header ipv4 instanceof ipv4_h43 header outer_ipv4 instanceof ipv4_h
496 struct rte_ipv4_hdr *ipv4_h; in mode6_debug() local513 ipv4_h = (struct rte_ipv4_hdr *)((char *)(eth_h + 1) + offset); in mode6_debug()514 ipv4_addr_to_dot(ipv4_h->src_addr, src_ip, MaxIPv4String); in mode6_debug()516 ipv4_addr_to_dot(ipv4_h->dst_addr, dst_ip, MaxIPv4String); in mode6_debug()519 update_client_stats(ipv4_h->src_addr, port, burstnumber); in mode6_debug()