Searched refs:mcast_out_pkt (Results 1 – 2 of 2) sorted by relevance
208 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)
235 mcast_out_pkt(struct rte_mbuf *pkt, int use_clone) in mcast_out_pkt() function341 if (likely ((mc = mcast_out_pkt(m, use_clone)) != NULL)) in mcast_forward()