Home
last modified time | relevance | path

Searched refs:RTE_ETH_IS_IPV4_HDR (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/lib/librte_gro/
H A Drte_gro.c34 #define IS_IPV4_TCP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \
38 #define IS_IPV4_UDP_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \
42 #define IS_IPV4_VXLAN_TCP4_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \
55 #define IS_IPV4_VXLAN_UDP4_PKT(ptype) (RTE_ETH_IS_IPV4_HDR(ptype) && \
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_ptype.h675 #define RTE_ETH_IS_IPV4_HDR(ptype) ((ptype) & RTE_PTYPE_L3_IPV4) macro
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.h18 if (RTE_ETH_IS_IPV4_HDR(m->packet_type)) { in l3fwd_lpm_simple_forward()
H A Dl3fwd_lpm.c113 if (RTE_ETH_IS_IPV4_HDR(pkt->packet_type)) { in lpm_get_dst_port()
145 if (RTE_ETH_IS_IPV4_HDR(pkt->packet_type)) { in lpm_get_dst_port_with_ipv4()
271 if (RTE_ETH_IS_IPV4_HDR(mbuf->packet_type)) { in lpm_process_event_pkt()
H A Dl3fwd_common.h35 if (RTE_ETH_IS_IPV4_HDR(ptype)) { in rfc1812_process()
/f-stack/dpdk/app/test-pipeline/
H A Dpipeline_hash.c442 if (RTE_ETH_IS_IPV4_HDR(m->packet_type)) { in app_main_loop_rx_metadata()
/f-stack/dpdk/app/test-pmd/
H A Dutil.c198 if (RTE_ETH_IS_IPV4_HDR(packet_type)) { in dump_pkt_burst()
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c668 if (RTE_ETH_IS_IPV4_HDR(pkt->packet_type)) { in prepare_one_packet()
705 if (RTE_ETH_IS_IPV4_HDR(pkt->packet_type)) { in prepare_one_packet()
758 if (RTE_ETH_IS_IPV4_HDR(m->packet_type)) in send_one_packet()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c267 if (RTE_ETH_IS_IPV4_HDR(m->packet_type)) { in l3fwd_simple_forward()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c326 if (RTE_ETH_IS_IPV4_HDR(m->packet_type)) { in reassemble()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c1246 if (RTE_ETH_IS_IPV4_HDR(m->packet_type)) { in l3fwd_simple_forward()
1332 if (RTE_ETH_IS_IPV4_HDR(ptype)) { in rfc1812_process()
1362 if (RTE_ETH_IS_IPV4_HDR(pkt->packet_type)) { in get_dst_port()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c694 if (RTE_ETH_IS_IPV4_HDR(m->packet_type)) { in l3fwd_simple_forward()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c1282 if (RTE_ETH_IS_IPV4_HDR(m->packet_type)) { in qede_check_notunn_csum_l3()