Searched refs:socket_broadcast_group_unref (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-internal.h128 int socket_broadcast_group_unref(sd_netlink *nl, unsigned group);
H A Dsd-netlink.c920 r = socket_broadcast_group_unref(rtnl, RTNLGRP_LINK);
927 r = socket_broadcast_group_unref(rtnl, RTNLGRP_IPV4_IFADDR);
931 r = socket_broadcast_group_unref(rtnl, RTNLGRP_IPV6_IFADDR);
938 r = socket_broadcast_group_unref(rtnl, RTNLGRP_IPV4_ROUTE);
942 r = socket_broadcast_group_unref(rtnl, RTNLGRP_IPV6_ROUTE);
H A Dnetlink-socket.c209 int socket_broadcast_group_unref(sd_netlink *nl, unsigned group) { function

Completed in 14 milliseconds