Home
last modified time | relevance | path

Searched refs:RTE_ETH_IS_IPV6_HDR (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_ptype.h682 #define RTE_ETH_IS_IPV6_HDR(ptype) ((ptype) & RTE_PTYPE_L3_IPV6) macro
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.h50 } else if (RTE_ETH_IS_IPV6_HDR(m->packet_type)) { in l3fwd_lpm_simple_forward()
H A Dl3fwd_lpm.c120 } else if (RTE_ETH_IS_IPV6_HDR(pkt->packet_type)) { in lpm_get_dst_port()
150 } else if (RTE_ETH_IS_IPV6_HDR(pkt->packet_type)) { in lpm_get_dst_port_with_ipv4()
/f-stack/dpdk/app/test-pipeline/
H A Dpipeline_hash.c449 } else if (RTE_ETH_IS_IPV6_HDR(m->packet_type)) { in app_main_loop_rx_metadata()
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c687 } else if (RTE_ETH_IS_IPV6_HDR(pkt->packet_type)) { in prepare_one_packet()
710 } else if (RTE_ETH_IS_IPV6_HDR(pkt->packet_type)) { in prepare_one_packet()
760 else if (RTE_ETH_IS_IPV6_HDR(m->packet_type)) in send_one_packet()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c304 } else if (RTE_ETH_IS_IPV6_HDR(m->packet_type)) { in l3fwd_simple_forward()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c369 } else if (RTE_ETH_IS_IPV6_HDR(m->packet_type)) { in reassemble()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c1278 } else if (RTE_ETH_IS_IPV6_HDR(m->packet_type)) { in l3fwd_simple_forward()
1367 } else if (RTE_ETH_IS_IPV6_HDR(pkt->packet_type)) { in get_dst_port()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c730 } else if (RTE_ETH_IS_IPV6_HDR(m->packet_type)) { in l3fwd_simple_forward()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c1290 } else if (RTE_ETH_IS_IPV6_HDR(m->packet_type)) { in qede_check_notunn_csum_l3()