Home
last modified time | relevance | path

Searched refs:rtnl_unicast (Results 1 – 16 of 16) 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 Daddrconf.c712 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf()
5622 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
H A Droute.c6376 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
/linux/net/mpls/
H A Daf_mpls.c1336 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf()
2477 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
2569 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
/linux/net/ipv4/
H A Dipmr.c778 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres()
1044 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve()
2774 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
H A Dnexthop.c3465 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop()
3966 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
H A Ddevinet.c2428 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
H A Droute.c3479 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
/linux/net/core/
H A Dnet_namespace.c1066 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
H A Drtnetlink.c981 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function
987 EXPORT_SYMBOL(rtnl_unicast);
4370 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink()
5376 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get()
6471 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
/linux/net/bridge/
H A Dbr_mdb.c1715 return rtnl_unicast(skb, dev_net(dev), portid); in br_mdb_get()
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c1608 return rtnl_unicast(skb, dev_net(dev), portid); in vxlan_mdb_get()
/linux/net/sched/
H A Dcls_api.c2180 err = rtnl_unicast(skb, net, portid); in tfilter_notify()
3053 err = rtnl_unicast(skb, net, portid); in tc_chain_notify()
H A Dact_api.c1706 return rtnl_unicast(skb, net, portid); in tcf_action_get_1()
/linux/net/dcb/
H A Ddcbnl.c1964 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()