Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_rtnetlink.h65 int tst_rtnl_add_message(const char *file, const int lineno,
69 tst_rtnl_add_message(__FILE__, __LINE__, (ctx), (header), (payload), \
/third_party/ltp/lib/
Dtst_rtnetlink.c139 if (!tst_rtnl_add_message(file, lineno, ctx, &eom, NULL, 0)) in tst_rtnl_send()
242 int tst_rtnl_add_message(const char *file, const int lineno, in tst_rtnl_add_message() function
Dtst_netdevice.c32 if (!tst_rtnl_add_message(file, lineno, ctx, &header, payload, psize)) { in create_request()