Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_ras.c48 process_ipv6(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()
183 process_ipv6(struct rte_port_ring_writer_ras *p, struct rte_mbuf *pkt) in process_ipv6() function