Home
last modified time | relevance | path

Searched refs:nlmsg_unicast (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/net/
Dgenetlink.h288 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
Dnetlink.h604 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() function
/linux-4.19.296/crypto/
Dcrypto_user.c296 return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).portid); in crypto_report()