Lines Matching refs:len
34 __u16 len - size of data attached to this header data
56 __u16 len - length of data for this command
65 only connector header and w1_netlink_msg strucutre with "len" field
77 cn_msg.len = sizeof(struct w1_netlink_msg) +
79 cmd->len;
80 w1_netlink_msg.len = sizeof(struct w1_netlink_cmd) + cmd->len;
81 w1_netlink_cmd.len = cmd->len;
87 cn_msg (CN_W1_IDX.CN_W1_VAL as id, len is equal to sizeof(struct
89 w1_netlink_msg (type: W1_LIST_MASTERS, len is equal to
108 len is equal to number of IDs multiplied by 8]
111 w1_netlink_cmd->len = N * 8; where N is number of IDs in this message.
113 w1_netlink_msg->len = sizeof(struct w1_netlink_cmd) + N * 8;
114 cn_msg->len = sizeof(struct w1_netlink_msg) +
132 data, so w1_netlink_cmd.len will be 0, w1_netlink_msg.len will be size
133 of the w1_netlink_cmd structure and cn_msg.len will be equal to the sum