Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.c351 struct connection_handshake_req *hs_data = NULL; in do_send_handshake() local
373 hs_data = (struct connection_handshake_req in do_send_handshake()
377 hs_data->len = cpu_to_le32(len); in do_send_handshake()
378 memcpy(hs_data->dev_id, buf, len); in do_send_handshake()
382 hs_extend_data = (uint8_t *)hs_data + in do_send_handshake()
400 msg.data = hs_data; in do_send_handshake()