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

  /external/iproute2/ip/
ipmonitor.c 159 groups |= nl_mgrp(RTNLGRP_LINK);
162 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR);
164 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR);
168 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE);
170 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE);
174 groups |= nl_mgrp(RTNLGRP_IPV6_PREFIX);
177 groups |= nl_mgrp(RTNLGRP_NEIGH);
rtmon.c 136 groups |= nl_mgrp(RTNLGRP_LINK);
139 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR);
141 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR);
145 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE);
147 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE);
xfrm_monitor.c 348 groups |= nl_mgrp(XFRMNLGRP_ACQUIRE);
350 groups |= nl_mgrp(XFRMNLGRP_EXPIRE);
352 groups |= nl_mgrp(XFRMNLGRP_SA);
354 groups |= nl_mgrp(XFRMNLGRP_POLICY);
356 groups |= nl_mgrp(XFRMNLGRP_AEVENTS);
358 groups |= nl_mgrp(XFRMNLGRP_REPORT);
  /external/iproute2/tc/
tc_monitor.c 71 unsigned groups = nl_mgrp(RTNLGRP_TC);
  /external/iproute2/include/
utils.h 133 static inline __u32 nl_mgrp(__u32 group) function
  /external/iproute2/genl/
ctrl.c 372 if (rtnl_open_byproto(&rth, nl_mgrp(GENL_ID_CTRL), NETLINK_GENERIC) < 0) {

Completed in 404 milliseconds