Home
last modified time | relevance | path

Searched refs:rtnl_unicast (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Drtnetlink.h20 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
/linux/net/ipv6/
H A Daddrlabel.c622 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
H A Dip6mr.c805 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres()
1048 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve()
2738 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6mr_rtm_getroute()
H A Droute.c6336 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
/linux/net/mpls/
H A Daf_mpls.c1320 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_dump_devconf()
2461 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
2552 err = rtnl_unicast(skb, net, portid); in resize_platform_label_table()
/linux/net/core/
H A Drtnetlink.c945 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function
951 EXPORT_SYMBOL(rtnl_unicast);
4199 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink()
5203 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get()
6297 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
H A Dnet_namespace.c1056 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
H A Dneighbour.c3115 return rtnl_unicast(skb, net, pid); in neigh_get()
/linux/net/bridge/
H A Dbr_mdb.c1715 return rtnl_unicast(skb, dev_net(dev), portid);
/linux/net/sched/
H A Dcls_api.c2165 err = rtnl_unicast(skb, net, portid); in tfilter_notify()
3022 err = rtnl_unicast(skb, net, portid); in tc_chain_notify()
/linux/net/ipv4/
H A Ddevinet.c2328 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
H A Droute.c3450 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()