Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/w1/
Dw1_netlink.c44 struct cn_msg *first_cn; /* fixed once the structure is populated */ member
78 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len; in w1_reply_len()
86 cn_netlink_send_mult(block->first_cn, len, in w1_unref_block()
105 cn_netlink_send_mult(block->first_cn, len, block->portid, 0, GFP_KERNEL); in w1_reply_make_space()
106 block->first_cn->len = 0; in w1_reply_make_space()
139 block->cn = block->first_cn; in w1_netlink_setup_msg()
646 block->first_cn = (struct cn_msg *)(node + node_count); in w1_cn_callback()
647 memset(block->first_cn, 0, sizeof(*block->first_cn)); in w1_cn_callback()