Searched refs:nlmsg_unicast (Results 1 - 16 of 16) sorted by relevance

/linux-master/net/ipv4/
H A Draw_diag.c121 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
H A Dudp_diag.c80 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
H A Dinet_diag.c590 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
H A Dfib_frontend.c1404 nlmsg_unicast(net->ipv4.fibnl, skb, portid);
/linux-master/net/mptcp/
H A Dmptcp_diag.c59 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
/linux-master/net/unix/
H A Ddiag.c299 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
/linux-master/include/net/
H A Dgenetlink.h550 return nlmsg_unicast(net->genl_sock, skb, portid);
H A Dnetlink.h49 * nlmsg_unicast() unicast a message to a single socket
1149 * nlmsg_unicast - unicast a netlink message
1154 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) function
/linux-master/crypto/
H A Dcrypto_user.c220 return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid);
/linux-master/net/xfrm/
H A Dxfrm_user.c1584 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid);
1644 return nlmsg_unicast(net->xfrm.nlsk, r_skb, sportid);
1664 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid);
1745 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid);
2388 return nlmsg_unicast(net->xfrm.nlsk, r_skb, portid);
2454 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb,
2622 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid);
/linux-master/net/sctp/
H A Ddiag.c278 return nlmsg_unicast(sock_net(skb->sk)->diag_nlsk, rep, NETLINK_CB(skb).portid);
/linux-master/net/netfilter/
H A Dnfnetlink.c198 err = nlmsg_unicast(nfnlnet->nfnl, skb, portid);
/linux-master/net/ncsi/
H A Dncsi-netlink.c588 return nlmsg_unicast(net->genl_sock, skb, snd_portid);
/linux-master/net/netlink/
H A Daf_netlink.c2526 nlmsg_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).portid);
2615 err2 = nlmsg_unicast(sk, skb, portid);
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c2565 return nlmsg_unicast(nls, skb, portid);
/linux-master/net/core/
H A Drtnetlink.c748 return nlmsg_unicast(rtnl, skb, pid);

Completed in 220 milliseconds