Home
last modified time | relevance | path

Searched refs:rtnl_open (Results 1 – 18 of 18) sorted by relevance

/external/iproute2/bridge/
Dbridge.c93 if (rtnl_open(&rth, 0) < 0) { in batch()
198 if (rtnl_open(&rth, 0) < 0) in main()
Dmonitor.c136 if (rtnl_open(&rth, groups) < 0) in do_monitor()
/external/iproute2/ip/
Dip.c140 if (rtnl_open(&rth, 0) < 0) { in batch()
303 if (rtnl_open(&rth, 0) < 0) in main()
Drtmon.c162 if (rtnl_open(&rth, groups) < 0) in main()
Dipaddrlabel.c203 if (rtnl_open(&rth2, 0) < 0) in flush_addrlabel()
Dipmonitor.c301 if (rtnl_open(&rth, groups) < 0) in do_ipmonitor()
Dipnetns.c202 if (rtnl_open(&rtnsh, 0) < 0) { in netns_nsid_socket_init()
Diprule.c393 if (rtnl_open(&rth2, 0) < 0) in flush_rule()
/external/libnfnetlink/src/
Drtnl.h32 struct rtnl_handle *rtnl_open(void);
Drtnl.c206 struct rtnl_handle *rtnl_open(void) in rtnl_open() function
Diftable.c235 h->rtnl_handle = rtnl_open(); in nlif_open()
/external/iproute2/tc/
Dtc.c237 if (rtnl_open(&rth, 0) < 0) { in batch()
332 if (rtnl_open(&rth, 0) < 0) { in main()
Dtc_monitor.c107 if (rtnl_open(&rth, groups) < 0) in do_tcmonitor()
/external/iproute2/include/
Dlibnetlink.h40 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions)
/external/iproute2/misc/
Darpd.c778 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) { in main()
Difstat.c201 if (rtnl_open(&rth, 0) < 0) in load_info()
Dss.c1479 if (rtnl_open(&rth, 0) < 0) in xll_init()
/external/iproute2/lib/
Dlibnetlink.c197 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions) in rtnl_open() function