Lines Matching refs:dst_portid
731 u32 dst_portid, u32 dst_group, in netlink_mmap_sendmsg() argument
788 netlink_broadcast(sk, skb, dst_portid, dst_group, in netlink_mmap_sendmsg()
791 err = netlink_unicast(sk, skb, dst_portid, in netlink_mmap_sendmsg()
856 #define netlink_mmap_sendmsg(sk, msg, dst_portid, dst_group, scm) 0 argument
1587 nlk->dst_portid = 0; in netlink_connect()
1606 nlk->dst_portid = nladdr->nl_pid; in netlink_connect()
1625 nladdr->nl_pid = nlk->dst_portid; in netlink_getname()
1646 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()
1861 u32 dst_portid, gfp_t gfp_mask) in netlink_alloc_skb() argument
1870 sk = netlink_getsockbyportid(ssk, dst_portid); in netlink_alloc_skb()
2328 u32 dst_portid; in netlink_sendmsg() local
2346 dst_portid = addr->nl_pid; in netlink_sendmsg()
2349 if ((dst_group || dst_portid) && in netlink_sendmsg()
2354 dst_portid = nlk->dst_portid; in netlink_sendmsg()
2374 err = netlink_mmap_sendmsg(sk, msg, dst_portid, dst_group, in netlink_sendmsg()
2406 netlink_broadcast(sk, skb, dst_portid, dst_group, GFP_KERNEL); in netlink_sendmsg()
2408 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags&MSG_DONTWAIT); in netlink_sendmsg()