Home | History | Annotate | Download | only in ip

Lines Matching defs:groups

115 	unsigned groups = ~RTMGRP_TC;
133 groups = 0;
136 groups = 0;
139 groups = 0;
142 groups = 0;
145 groups = 0;
147 groups = ~RTMGRP_TC;
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);
189 if (rtnl_open(&rth, groups) < 0)