Lines Matching refs:flow_header

388 	struct necp_client_flow_header flow_header;  member
7225 length = sizeof(header.flow_header.flow_id); in necp_client_fillout_flow_tlvs()
7226 memcpy(&header.flow_header.flow_id_tlv_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7227 memcpy(&header.flow_header.flow_id_tlv_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()
7228 uuid_copy(header.flow_header.flow_id, flow_registration->registration_id); in necp_client_fillout_flow_tlvs()
7264 length = sizeof(header.flow_header.flags_value); in necp_client_fillout_flow_tlvs()
7265 memcpy(&header.flow_header.flags_tlv_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7266 memcpy(&header.flow_header.flags_tlv_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()
7277 memcpy(&header.flow_header.flags_value, &flags, sizeof(flags)); in necp_client_fillout_flow_tlvs()
7280 length = sizeof(header.flow_header.interface_value); in necp_client_fillout_flow_tlvs()
7281 memcpy(&header.flow_header.interface_tlv_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7282 memcpy(&header.flow_header.interface_tlv_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()
7288 memcpy(&header.flow_header.interface_value, &interface_struct, sizeof(interface_struct)); in necp_client_fillout_flow_tlvs()
7308 memcpy(&header.flow_header.outer_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7309 memcpy(&header.flow_header.outer_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()