OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
390
groups |=
nl_mgrp
(XFRMNLGRP_ACQUIRE);
392
groups |=
nl_mgrp
(XFRMNLGRP_EXPIRE);
394
groups |=
nl_mgrp
(XFRMNLGRP_SA);
396
groups |=
nl_mgrp
(XFRMNLGRP_POLICY);
398
groups |=
nl_mgrp
(XFRMNLGRP_AEVENTS);
400
groups |=
nl_mgrp
(XFRMNLGRP_REPORT);
/external/iproute2/tc/
tc_monitor.c
71
unsigned groups =
nl_mgrp
(RTNLGRP_TC);
/external/iproute2/include/
utils.h
135
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 366 milliseconds