Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c108 mp_send(struct rte_mp_msg *msg, const char *peer, int type);
370 mp_send(&dummy, s->sun_path, MP_IGN); in process_msg()
719 mp_send(struct rte_mp_msg *msg, const char *peer, int type) in mp_send() function
829 return mp_send(msg, NULL, MP_MSG); in rte_mp_sendmsg()
1234 return mp_send(msg, peer, MP_REP); in rte_mp_reply()