Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Drtnetlink.h13 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
/Linux-v5.15/net/ipv6/
Daddrlabel.c628 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
Dip6mr.c784 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres()
1026 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve()
Daddrconf.c701 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf()
5425 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
Droute.c6116 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
/Linux-v5.15/net/mpls/
Daf_mpls.c1295 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf()
2387 return rtnl_unicast(skb, net, portid); in mpls_getroute()
2477 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
/Linux-v5.15/net/sched/
Dcls_api.c1866 err = rtnl_unicast(skb, net, portid); in tfilter_notify()
1902 err = rtnl_unicast(skb, net, portid); in tfilter_del_notify()
2707 err = rtnl_unicast(skb, net, portid); in tc_chain_notify()
2735 return rtnl_unicast(skb, net, portid); in tc_chain_notify_delete()
Dact_api.c1243 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
/Linux-v5.15/net/ipv4/
Dipmr.c737 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres()
999 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve()
2562 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
Dnexthop.c3019 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop()
3516 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
Ddevinet.c2215 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
Droute.c3422 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
/Linux-v5.15/net/core/
Drtnetlink.c717 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function
723 EXPORT_SYMBOL(rtnl_unicast);
3618 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink()
4586 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get()
5401 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
Dnet_namespace.c932 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
Dneighbour.c2842 err = rtnl_unicast(skb, net, pid); in neigh_get_reply()
2870 err = rtnl_unicast(skb, net, pid); in pneigh_get_reply()
/Linux-v5.15/net/decnet/
Ddn_route.c1710 return rtnl_unicast(skb, &init_net, NETLINK_CB(in_skb).portid); in dn_cache_getroute()
/Linux-v5.15/net/dcb/
Ddcbnl.c1794 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()