Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_ras.c46 process_ipv4(struct rte_port_ring_writer_ras *p, struct rte_mbuf *pkt);
118 port->f_ras = (is_ipv4 == 1) ? process_ipv4 : process_ipv6; in rte_port_ring_writer_ras_create()
151 process_ipv4(struct rte_port_ring_writer_ras *p, struct rte_mbuf *pkt) in process_ipv4() function