Home | History | Annotate | Download | only in ip

Lines Matching full:groups

306 	unsigned groups = ~((unsigned)0); /* XXX */
322 groups = 0;
325 groups = 0;
328 groups = 0;
331 groups = 0;
334 groups = 0;
337 groups = 0;
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);
372 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0)