Home
last modified time | relevance | path

Searched refs:ipv4_h (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/pipeline/examples/
H A Dvxlan.spec13 struct ipv4_h {
41 header ipv4 instanceof ipv4_h
43 header outer_ipv4 instanceof ipv4_h
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c496 struct rte_ipv4_hdr *ipv4_h; in mode6_debug() local
513 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()