On Sun, Oct 9, 2016 at 8:25 PM, Eric Dumazet <eric.duma...@gmail.com> wrote: > + if (unicast) > + return netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT);
Nit: rtnl_unicast() is simpler.
On Sun, Oct 9, 2016 at 8:25 PM, Eric Dumazet <eric.duma...@gmail.com> wrote: > + if (unicast) > + return netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT);
Nit: rtnl_unicast() is simpler.