Searched refs:rth2 (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/ip/ |
D | ipaddrlabel.c | 201 struct rtnl_handle rth2; in flush_addrlabel() local 216 if (rtnl_open(&rth2, 0) < 0) in flush_addrlabel() 219 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0) in flush_addrlabel() 222 rtnl_close(&rth2); in flush_addrlabel()
|
D | iprule.c | 367 struct rtnl_handle rth2; in flush_rule() local 382 if (rtnl_open(&rth2, 0) < 0) in flush_rule() 385 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0) in flush_rule() 388 rtnl_close(&rth2); in flush_rule()
|