Searched refs:tcp_or_udp (Results 1 – 4 of 4) sorted by relevance
82 uint32_t tcp_or_udp; in l3fwd_em_simple_forward() local86 tcp_or_udp = m->packet_type & (RTE_PTYPE_L4_TCP | RTE_PTYPE_L4_UDP); in l3fwd_em_simple_forward()89 if (tcp_or_udp && (l3_ptypes == RTE_PTYPE_L3_IPV4)) { in l3fwd_em_simple_forward()92 } else if (tcp_or_udp && (l3_ptypes == RTE_PTYPE_L3_IPV6)) { in l3fwd_em_simple_forward()105 uint32_t tcp_or_udp; in l3fwd_em_simple_process() local109 tcp_or_udp = m->packet_type & (RTE_PTYPE_L4_TCP | RTE_PTYPE_L4_UDP); in l3fwd_em_simple_process()112 if (tcp_or_udp && (l3_ptypes == RTE_PTYPE_L3_IPV4)) in l3fwd_em_simple_process()114 else if (tcp_or_udp && (l3_ptypes == RTE_PTYPE_L3_IPV6)) in l3fwd_em_simple_process()
139 uint32_t tcp_or_udp; in em_get_dst_port() local145 if (tcp_or_udp && (l3_ptypes == RTE_PTYPE_L3_IPV4)) { in em_get_dst_port()160 } else if (tcp_or_udp && (l3_ptypes == RTE_PTYPE_L3_IPV6)) { in em_get_dst_port()206 uint32_t l3_type, tcp_or_udp; in l3fwd_em_send_packets() local212 tcp_or_udp = pkt_type & (RTE_PTYPE_L4_TCP | RTE_PTYPE_L4_UDP); in l3fwd_em_send_packets()221 if (tcp_or_udp && (l3_type == RTE_PTYPE_L3_IPV4)) { in l3fwd_em_send_packets()226 } else if (tcp_or_udp && (l3_type == RTE_PTYPE_L3_IPV6)) { in l3fwd_em_send_packets()273 uint32_t l3_type, tcp_or_udp; in l3fwd_em_process_events() local279 tcp_or_udp = pkt_type & (RTE_PTYPE_L4_TCP | RTE_PTYPE_L4_UDP); in l3fwd_em_process_events()288 if (tcp_or_udp && (l3_type == RTE_PTYPE_L3_IPV4)) { in l3fwd_em_process_events()[all …]
30 uint32_t tcp_or_udp; in em_get_dst_port() local33 tcp_or_udp = pkt->packet_type & (RTE_PTYPE_L4_TCP | RTE_PTYPE_L4_UDP); in em_get_dst_port()36 if (tcp_or_udp && (l3_ptypes == RTE_PTYPE_L3_IPV4)) { in em_get_dst_port()51 } else if (tcp_or_udp && (l3_ptypes == RTE_PTYPE_L3_IPV6)) { in em_get_dst_port()
92 uint64_t tcp_or_udp : 1; /**< the packet is either TCP or UDP */ member150 uint64_t tcp_or_udp : 1; /**< the packet is either TCP or UDP */ member209 uint64_t tcp_or_udp : 1; /**< the packet is either TCP or UDP */ member