Lines Matching refs:NETLINK_CB
825 NETLINK_CB(skb).pid = sk->protinfo.af_netlink->pid; in netlink_sendmsg()
826 NETLINK_CB(skb).groups = sk->protinfo.af_netlink->groups; in netlink_sendmsg()
827 NETLINK_CB(skb).dst_pid = dst_pid; in netlink_sendmsg()
828 NETLINK_CB(skb).dst_groups = dst_groups; in netlink_sendmsg()
836 NETLINK_CB(skb).eff_cap = current->cap_effective; in netlink_sendmsg()
887 addr->nl_pid = NETLINK_CB(skb).pid; in netlink_recvmsg()
888 addr->nl_groups = NETLINK_CB(skb).dst_groups; in netlink_recvmsg()
996 nlh = __nlmsg_put(skb, NETLINK_CB(cb->skb).pid, cb->nlh->nlmsg_seq, NLMSG_DONE, sizeof(int)); in netlink_dump()
1030 sk = netlink_lookup(ssk->protocol, NETLINK_CB(skb).pid); in netlink_dump_start()
1067 NETLINK_CB(in_skb).pid); in netlink_ack()
1075 rep = __nlmsg_put(skb, NETLINK_CB(in_skb).pid, nlh->nlmsg_seq, in netlink_ack()
1080 netlink_unicast(in_skb->sk, skb, NETLINK_CB(in_skb).pid, MSG_DONTWAIT); in netlink_ack()