Searched refs:rtnl_send_check (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/include/ |
D | libnetlink.h | 106 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int)
|
/external/iproute2/ip/ |
D | tcp_metrics.c | 83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) { in flush_update()
|
D | ipneigh.c | 89 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update()
|
D | xfrm_policy.c | 886 if (rtnl_send_check(&rth, xb.buf, xb.offset) < 0) { in xfrm_policy_list_or_deleteall()
|
D | xfrm_state.c | 1232 if (rtnl_send_check(&rth, xb.buf, xb.offset) < 0) { in xfrm_state_list_or_deleteall()
|
D | iproute.c | 138 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update()
|
D | ipaddress.c | 1354 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) && in flush_update()
|
/external/iproute2/lib/ |
D | libnetlink.c | 281 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int len) in rtnl_send_check() function
|