Searched refs:msg_doit (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/tipc/
H A Dmsg.h16 int msg_doit(struct nlmsghdr *nlh, mnl_cb_t callback, void *data);
H A Dpeer.c55 return msg_doit(nlh, NULL, NULL);
H A Dmedia.c130 return msg_doit(nlh, media_get_cb, &prop);
221 return msg_doit(nlh, NULL, NULL);
H A Dnode.c102 return msg_doit(nlh, NULL, NULL);
198 return msg_doit(nlh, NULL, NULL);
H A Dlink.c133 return msg_doit(nlh, link_get_cb, &prop);
201 return msg_doit(nlh, NULL, NULL);
477 return msg_doit(nlh, link_get_cb, &prop);
H A Dbearer.c298 return msg_doit(nlh, NULL, NULL);
409 return msg_doit(nlh, NULL, NULL);
513 return msg_doit(nlh, NULL, NULL);
642 return msg_doit(nlh, bearer_get_cb, &prop);
H A Dmsg.c137 int msg_doit(struct nlmsghdr *nlh, mnl_cb_t callback, void *data) function

Completed in 132 milliseconds