Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_rtnetlink.h44 #define RTNL_SEND(ctx) tst_rtnl_send(__FILE__, __LINE__, (ctx)) macro
/third_party/ltp/doc/
Dnetwork-c-api.txt360 - +int RTNL_SEND(struct tst_rtnl_context *ctx)+ – Sends all messages waiting
366 just like +RTNL_SEND()+, then receives the response from the kernel and
386 Do not call +RTNL_ADD_MESSAGE()+ between +RTNL_SEND()+ and
408 +RTNL_ADD_MESSAGE()+ after +RTNL_SEND()+ will reset the state of +ctx+
409 and +RTNL_CHECK_ACKS()+ will not work correctly until the next +RTNL_SEND()+.