Lines Matching defs:first_cn
22 /* maximum value for first_cn->len */
25 struct cn_msg *first_cn; /* fixed once the structure is populated */
35 * reply first_cn, data (w1_netlink_msg and w1_netlink_cmd)
59 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len;
67 cn_netlink_send_mult(block->first_cn, len,
86 cn_netlink_send_mult(block->first_cn, len, block->portid, 0, GFP_KERNEL);
87 block->first_cn->len = 0;
120 block->cn = block->first_cn;
627 block->first_cn = (struct cn_msg *)(node + node_count);
628 memset(block->first_cn, 0, sizeof(*block->first_cn));