/openbmc/linux/include/linux/ |
H A D | rtnetlink.h | 13 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
/openbmc/linux/net/ipv6/ |
H A D | addrlabel.c | 629 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
H A D | ip6mr.c | 801 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres() 1044 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve() 2608 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6mr_rtm_getroute()
|
H A D | addrconf.c | 701 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 5554 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
H A D | route.c | 6155 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 1296 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf() 2403 return rtnl_unicast(skb, net, portid); in mpls_getroute() 2493 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
|
/openbmc/linux/net/sched/ |
H A D | cls_api.c | 2053 err = rtnl_unicast(skb, net, portid); in tfilter_notify() 2089 err = rtnl_unicast(skb, net, portid); in tfilter_del_notify() 2906 err = rtnl_unicast(skb, net, portid); in tc_chain_notify() 2934 return rtnl_unicast(skb, net, portid); in tc_chain_notify_delete()
|
H A D | act_api.c | 1672 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr.c | 751 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 1017 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve() 2594 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
H A D | nexthop.c | 3068 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop() 3545 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
|
H A D | devinet.c | 2270 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
H A D | route.c | 3433 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 787 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 793 EXPORT_SYMBOL(rtnl_unicast); 3858 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 4879 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 5975 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
H A D | net_namespace.c | 1001 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid);
|
H A D | neighbour.c | 2991 err = rtnl_unicast(skb, net, pid); in neigh_get_reply() 3020 err = rtnl_unicast(skb, net, pid); in pneigh_get_reply()
|
/openbmc/linux/net/dcb/ |
H A D | dcbnl.c | 1965 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|