Home
last modified time | relevance | path

Searched refs:tcp_or_udp (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.h82 uint32_t tcp_or_udp; in l3fwd_em_simple_forward() local
86 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() local
109 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()
H A Dl3fwd_em_hlm.h139 uint32_t tcp_or_udp; in em_get_dst_port() local
145 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() local
212 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() local
279 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 …]
H A Dl3fwd_em_sequential.h30 uint32_t tcp_or_udp; in em_get_dst_port() local
33 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()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-wqe.h92 uint64_t tcp_or_udp : 1; /**< the packet is either TCP or UDP */ member
150 uint64_t tcp_or_udp : 1; /**< the packet is either TCP or UDP */ member
209 uint64_t tcp_or_udp : 1; /**< the packet is either TCP or UDP */ member