Lines Matching refs:dst_portid
745 u32 dst_portid, u32 dst_group, in netlink_mmap_sendmsg() argument
802 netlink_broadcast(sk, skb, dst_portid, dst_group, in netlink_mmap_sendmsg()
805 err = netlink_unicast(sk, skb, dst_portid, in netlink_mmap_sendmsg()
870 #define netlink_mmap_sendmsg(sk, msg, dst_portid, dst_group, scm) 0 argument
1606 nlk->dst_portid = 0; in netlink_connect()
1625 nlk->dst_portid = nladdr->nl_pid; in netlink_connect()
1644 nladdr->nl_pid = nlk->dst_portid; in netlink_getname()
1665 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()
1880 unsigned int ldiff, u32 dst_portid, in __netlink_alloc_skb() argument
1890 sk = netlink_getsockbyportid(ssk, dst_portid); in __netlink_alloc_skb()
2431 u32 dst_portid; in netlink_sendmsg() local
2449 dst_portid = addr->nl_pid; in netlink_sendmsg()
2452 if ((dst_group || dst_portid) && in netlink_sendmsg()
2457 dst_portid = nlk->dst_portid; in netlink_sendmsg()
2477 err = netlink_mmap_sendmsg(sk, msg, dst_portid, dst_group, in netlink_sendmsg()
2509 netlink_broadcast(sk, skb, dst_portid, dst_group, GFP_KERNEL); in netlink_sendmsg()
2511 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags&MSG_DONTWAIT); in netlink_sendmsg()