Searched refs:subscriptions (Results 1 – 2 of 2) sorted by relevance
24 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned int subscriptions, in rtnl_open_byproto() argument55 rth->local.nl_groups = subscriptions; in rtnl_open_byproto()84 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions) in rtnl_open() argument86 return rtnl_open_byproto(rth, subscriptions, NETLINK_ROUTE); in rtnl_open()
29 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions)
Completed in 5 milliseconds