Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipaddrlabel.c201 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()
Diprule.c367 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()