Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drtnetlink.h13 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
/openbmc/linux/net/ipv6/
H A Daddrlabel.c629 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
H A Dip6mr.c801 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 Daddrconf.c701 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 Droute.c6155 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
/openbmc/linux/net/mpls/
H A Daf_mpls.c1296 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 Dcls_api.c2053 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 Dact_api.c1672 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
/openbmc/linux/net/ipv4/
H A Dipmr.c751 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 Dnexthop.c3068 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 Ddevinet.c2270 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
H A Droute.c3433 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
/openbmc/linux/net/core/
H A Drtnetlink.c787 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 Dnet_namespace.c1001 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid);
H A Dneighbour.c2991 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 Ddcbnl.c1965 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()