Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drtnetlink.h21 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
/linux/net/ipv6/
H A Daddrlabel.c632 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
H A Dip6mr.c787 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres()
1030 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve()
2588 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6mr_rtm_getroute()
H A Daddrconf.c708 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf()
5584 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
H A Droute.c6164 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
/linux/net/mpls/
H A Daf_mpls.c1295 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf()
2402 return rtnl_unicast(skb, net, portid); in mpls_getroute()
2492 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
/linux/net/ipv4/
H A Dipmr.c740 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres()
1006 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve()
2580 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
H A Dnexthop.c3333 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop()
3807 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
H A Ddevinet.c2246 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
H A Droute.c3370 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
/linux/net/core/
H A Drtnetlink.c744 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function
750 EXPORT_SYMBOL(rtnl_unicast);
3862 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink()
4881 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get()
5976 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
H A Dnet_namespace.c973 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
H A Dneighbour.c2993 err = rtnl_unicast(skb, net, pid); in neigh_get_reply()
3022 err = rtnl_unicast(skb, net, pid); in pneigh_get_reply()
/linux/net/bridge/
H A Dbr_mdb.c1697 return rtnl_unicast(skb, dev_net(dev), portid); in br_mdb_get()
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c1599 return rtnl_unicast(skb, dev_net(dev), portid); in vxlan_mdb_get()
/linux/net/sched/
H A Dcls_api.c2136 err = rtnl_unicast(skb, net, portid); in tfilter_notify()
2993 err = rtnl_unicast(skb, net, portid); in tc_chain_notify()
H A Dact_api.c1658 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
/linux/net/dcb/
H A Ddcbnl.c1965 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()