Searched refs:rtnl_open_byproto (Results 1 - 10 of 10) sorted by relevance

/external/iproute2/genl/
H A Dctrl.c63 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) {
313 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) {
379 if (rtnl_open_byproto(&rth, nl_mgrp(GENL_ID_CTRL), NETLINK_GENERIC) < 0) {
/external/iproute2/ip/
H A Dipfou.c136 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) {
H A Dxfrm_policy.c389 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
652 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
837 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1063 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1090 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1139 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
H A Dxfrm_state.c684 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
820 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1010 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1137 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1296 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
1346 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
H A Dtcp_metrics.c404 if (rtnl_open_byproto(&grth, 0, NETLINK_GENERIC) < 0) {
H A Dxfrm_monitor.c426 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0)
H A Dipl2tp.c724 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) {
/external/iproute2/include/
H A Dlibnetlink.h32 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions,
/external/iproute2/lib/
H A Dlibnetlink.c46 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, function
98 return rtnl_open_byproto(rth, subscriptions, NETLINK_ROUTE);
/external/iproute2/misc/
H A Dss.c2301 if (rtnl_open_byproto(&rth, 0, NETLINK_SOCK_DIAG))
2305 if (rtnl_open_byproto(&rth2, 0, NETLINK_SOCK_DIAG)) {
2776 if (rtnl_open_byproto(&rth, 0, NETLINK_SOCK_DIAG))
3371 if (rtnl_open_byproto(&rth, groups, NETLINK_SOCK_DIAG))

Completed in 136 milliseconds