Home
last modified time | relevance | path

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

/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipv4_multicast.rst208 if (likely ((mc = mcast_out_pkt(m, use_clone)) != NULL))
269 For example, for N destination ports, we need to invoke mcast_out_pkt() (N-1) times.
275 we need to invoke mcast_out_pkt() (N) times.
288 It is the mcast_out_pkt() function that performs the packet duplication (either with or without act…
292 static inline struct rte_mbuf *mcast_out_pkt(struct rte_mbuf *pkt, int use_clone)
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c235 mcast_out_pkt(struct rte_mbuf *pkt, int use_clone) in mcast_out_pkt() function
341 if (likely ((mc = mcast_out_pkt(m, use_clone)) != NULL)) in mcast_forward()