Searched refs:rtnl_open (Results 1 – 18 of 18) sorted by relevance
/external/iproute2/bridge/ |
D | bridge.c | 93 if (rtnl_open(&rth, 0) < 0) { in batch() 198 if (rtnl_open(&rth, 0) < 0) in main()
|
D | monitor.c | 136 if (rtnl_open(&rth, groups) < 0) in do_monitor()
|
/external/iproute2/ip/ |
D | ip.c | 140 if (rtnl_open(&rth, 0) < 0) { in batch() 303 if (rtnl_open(&rth, 0) < 0) in main()
|
D | rtmon.c | 162 if (rtnl_open(&rth, groups) < 0) in main()
|
D | ipaddrlabel.c | 203 if (rtnl_open(&rth2, 0) < 0) in flush_addrlabel()
|
D | ipmonitor.c | 301 if (rtnl_open(&rth, groups) < 0) in do_ipmonitor()
|
D | ipnetns.c | 202 if (rtnl_open(&rtnsh, 0) < 0) { in netns_nsid_socket_init()
|
D | iprule.c | 393 if (rtnl_open(&rth2, 0) < 0) in flush_rule()
|
/external/libnfnetlink/src/ |
D | rtnl.h | 32 struct rtnl_handle *rtnl_open(void);
|
D | rtnl.c | 206 struct rtnl_handle *rtnl_open(void) in rtnl_open() function
|
D | iftable.c | 235 h->rtnl_handle = rtnl_open(); in nlif_open()
|
/external/iproute2/tc/ |
D | tc.c | 237 if (rtnl_open(&rth, 0) < 0) { in batch() 332 if (rtnl_open(&rth, 0) < 0) { in main()
|
D | tc_monitor.c | 107 if (rtnl_open(&rth, groups) < 0) in do_tcmonitor()
|
/external/iproute2/include/ |
D | libnetlink.h | 40 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions)
|
/external/iproute2/misc/ |
D | arpd.c | 778 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) { in main()
|
D | ifstat.c | 201 if (rtnl_open(&rth, 0) < 0) in load_info()
|
D | ss.c | 1479 if (rtnl_open(&rth, 0) < 0) in xll_init()
|
/external/iproute2/lib/ |
D | libnetlink.c | 197 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions) in rtnl_open() function
|