HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_open_byproto (Results 1 - 10 of 10) sorted by null

  /external/iproute2/genl/
ctrl.c 63 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/
ipfou.c 136 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) {
xfrm_policy.c 389 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)
xfrm_state.c 684 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)
    [all...]
tcp_metrics.c 404 if (rtnl_open_byproto(&grth, 0, NETLINK_GENERIC) < 0) {
xfrm_monitor.c 426 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0)
ipl2tp.c 724 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) {
  /external/iproute2/include/
libnetlink.h 32 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions,
  /external/iproute2/lib/
libnetlink.c 46 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, function
98 return rtnl_open_byproto(rth, subscriptions, NETLINK_ROUTE);
  /external/iproute2/misc/
ss.c     [all...]

Completed in 1282 milliseconds