Home
last modified time | relevance | path

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

/drivers/w1/
Dw1_netlink.c25 struct cn_msg *first_cn; /* fixed once the structure is populated */ member
59 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len; in w1_reply_len()
67 cn_netlink_send_mult(block->first_cn, len, in w1_unref_block()
86 cn_netlink_send_mult(block->first_cn, len, block->portid, 0, GFP_KERNEL); in w1_reply_make_space()
87 block->first_cn->len = 0; in w1_reply_make_space()
120 block->cn = block->first_cn; in w1_netlink_setup_msg()
627 block->first_cn = (struct cn_msg *)(node + node_count); in w1_cn_callback()
628 memset(block->first_cn, 0, sizeof(*block->first_cn)); in w1_cn_callback()